diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-05-07 20:53:04 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-06-02 09:32:35 -0700 |
commit | 1f38a31ed3969471cbed69c61edb971f6cff5287 (patch) | |
tree | 0842b9f1dbfcbeea4d08b85db586644a72a7c862 /hw/meson.build | |
parent | 36b9dac212a0f8a287cdbd35db152a5eb5cbc744 (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.build | 4 |
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 |