summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2018-05-05 14:32:59 +0000
committerJan Schmidt <jan@centricular.com>2018-05-06 00:36:21 +1000
commit3117d396c8496e4737572728342408edd4aad5da (patch)
tree284e6e469acd79b4268c28fbc511fe14cb89fef5 /tests
parent6eef7b71683297835bdd8787b07915b6d198f963 (diff)
downloadgstreamer-plugins-bad-3117d396c8496e4737572728342408edd4aad5da.tar.gz
waylandsink: Only build if gtk-3.0 was built with wayland target
Check in configure if the gtk-3.0 has wayland support, and don't build the waylandsink example if it doesn't.
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
index 68f34123a..5dc561460 100644
--- a/tests/examples/Makefile.am
+++ b/tests/examples/Makefile.am
@@ -31,7 +31,7 @@ AVSAMPLE_DIR=
endif
if USE_WAYLAND
-if HAVE_GTK3
+if HAVE_GTK3_WAYLAND
WAYLAND_DIR=waylandsink
else
WAYLAND_DIR=