summaryrefslogtreecommitdiff
path: root/hw/meson.build
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2017-05-07 20:53:04 +0100
committerEric Anholt <eric@anholt.net>2017-06-02 09:32:35 -0700
commit1f38a31ed3969471cbed69c61edb971f6cff5287 (patch)
tree0842b9f1dbfcbeea4d08b85db586644a72a7c862 /hw/meson.build
parent36b9dac212a0f8a287cdbd35db152a5eb5cbc744 (diff)
Add meson.build for XWin server (v2)
This needs a meson with PRs #1784, #1792 and #1794 Future work: remove conditionals which are always on, and simplify redundant CYGDEBUG conditionals Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'hw/meson.build')
-rw-r--r--hw/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/meson.build b/hw/meson.build
index c389a995b..c0d2db3f5 100644
--- a/hw/meson.build
+++ b/hw/meson.build
@@ -23,3 +23,7 @@ endif
if build_xwayland
subdir('xwayland')
endif
+
+if build_xwin
+ subdir('xwin')
+endif