summaryrefslogtreecommitdiff
path: root/system/interface/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-23 07:02:27 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-23 07:02:27 -0500
commit40da48a41934a108ca5d7badcc7fef86166453af (patch)
tree8f09821b3da411bfab41b80de686da0f18b8c744 /system/interface/moz.build
parent6701e2062ce3aa8a4da305b82d9de9154d2bdc8e (diff)
downloadaura-central-40da48a41934a108ca5d7badcc7fef86166453af.tar.gz
Issue %3005 - Follow-up: Get system/interface to build xremoteclient its self
Diffstat (limited to 'system/interface/moz.build')
-rw-r--r--system/interface/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/interface/moz.build b/system/interface/moz.build
index 2f6fb4fdf..3cb0a7eca 100644
--- a/system/interface/moz.build
+++ b/system/interface/moz.build
@@ -202,6 +202,9 @@ if CONFIG['MOZ_X11']:
'WindowSurfaceX11SHM.cpp',
]
+if CONFIG['MOZ_ENABLE_XREMOTE']:
+ DIRS += ['xremoteclient']
+
if toolkit in ('windows'):
UNIFIED_SOURCES += [
'nsBaseClipboard.cpp',