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:
authorMatthew Waters <matthew@centricular.com>2020-07-24 09:58:34 +0300
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-08-07 10:58:29 +0300
commit3296a03d73b9794aedf3e040b71fe39f3362bbbd (patch)
treede984dd2f367930540a05078d08380c18c02fc6e /tests
parent28a616f6933f11cab372cf4e1bb143b99c89bd0c (diff)
build: update for gl pkg-config file split
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/680>
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 b3e4cc15b..76e9f4f8e 100644
--- a/tests/examples/gtk/meson.build
+++ b/tests/examples/gtk/meson.build
@@ -12,7 +12,7 @@ if have_gstgl
install: false)
executable('glliveshader', 'glliveshader.c',
- dependencies: [gst_dep, gstgl_dep, gtk_dep, x11_dep],
+ dependencies: [gst_dep, gstgl_dep, gstglproto_dep, gtk_dep, x11_dep],
c_args: gst_plugins_good_args,
include_directories: [configinc],
install: false)