Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-05-12 02:02:01 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2020-05-12 02:02:01 +0300
commitd67a658daf52d2526cc2a1fd10291e04ed538670 (patch)
tree9786ee9e9ab971ce5be736fbb468eaea8434f44f /tests
parent2ecba800bfbf177bc56999dc59ecdff00cbc353c (diff)
meson: Fix gstgl checks for qt and gtk
Also rename from build_ to have_, which is more accurate. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/587>
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/gtk/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/gtk/meson.build b/tests/examples/gtk/meson.build
index 36953dc56..b3e4cc15b 100644
--- a/tests/examples/gtk/meson.build
+++ b/tests/examples/gtk/meson.build
@@ -4,7 +4,7 @@ executable('gtksink', 'gtksink.c',
include_directories: [configinc],
install: false)
-if build_gstgl
+if have_gstgl
executable('gtkglsink', 'gtkglsink.c',
dependencies: [gst_dep, gstgl_dep, gtk_dep, x11_dep],
c_args: gst_plugins_good_args,