diff options
author | Matthew Waters <matthew@centricular.com> | 2016-11-17 15:15:18 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-11-17 15:16:18 +1100 |
commit | b69dadcc61683e151a2baeea22f7088ef024039e (patch) | |
tree | 2a8a22215a68df1c26c18202fef8a98ba23333d1 /gst-libs/gst/meson.build | |
parent | 39b59beace94549c63ccb71a09eaef3fd907a83a (diff) |
meson: wayland: move dep checks to the lib
Moves them closer to where they are used. We don't want every check in
the main meson.build file.
Diffstat (limited to 'gst-libs/gst/meson.build')
-rw-r--r-- | gst-libs/gst/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst-libs/gst/meson.build b/gst-libs/gst/meson.build index b5e45724a..2ea25bcd8 100644 --- a/gst-libs/gst/meson.build +++ b/gst-libs/gst/meson.build @@ -10,7 +10,5 @@ subdir('interfaces') subdir('mpegts') subdir('player') subdir('video') -if use_wayland - subdir('wayland') -endif +subdir('wayland') subdir('gl') |