Bug 1430725 - Include nsClipboardWayland.cpp to wayland build, r?jhorak draft
authorMartin Stransky <stransky@redhat.com>
Tue, 16 Jan 2018 10:08:25 +0100
changeset 720793 ec60ecf17b721a61220d4e89113c96b456d7fd14
parent 720792 d26fcb5e5e459f82cab83d284883141b4ad3c9f6
child 720794 422f38e2d77df3b9f5fcdcab419fe9119027378b
child 720825 e8084b9947371617eaa5ca3d4affb15e63673d8f
push id95642
push userstransky@redhat.com
push dateTue, 16 Jan 2018 09:10:13 +0000
reviewersjhorak
bugs1430725
milestone59.0a1
Bug 1430725 - Include nsClipboardWayland.cpp to wayland build, r?jhorak MozReview-Commit-ID: 6P6AHs1bWhs
widget/gtk/moz.build
--- a/widget/gtk/moz.build
+++ b/widget/gtk/moz.build
@@ -93,16 +93,17 @@ if CONFIG['MOZ_X11']:
         'WindowSurfaceXRender.cpp',
     ]
     EXPORTS.mozilla.widget += [
         'WindowSurfaceProvider.h',
     ]
 
 if CONFIG['MOZ_WAYLAND']:
     UNIFIED_SOURCES += [
+        'nsClipboardWayland.cpp',
         'WindowSurfaceWayland.cpp',
     ]
 
 if CONFIG['ACCESSIBILITY']:
     UNIFIED_SOURCES += [
         'maiRedundantObjectFactory.c',
     ]