gstreamer/tests/examples
Tim-Philipp Müller f1272e547d meson: gl: return not-found dependency instead of disabler if opengl is disabled
This allows consumers of the gstgl dependency where gstgl is optional
to do things like:

  config_data.set('HAVE_GST_GL', gstgl_dep.found())
  deps = [gstvideo_dep, gstgl_dep]

meaning they can still use the dep unconditionally. With the
disabler we would just disable the whole target even if the
gstgl part was an optional extra. We can add an option to
dependency() later to let users/consumers of the dep decide
if they want a not-found dependency or a disabler instead.
2018-08-18 12:37:48 +01:00
..
app examples: fix memory leaks in appsrc and appsrc2 examples 2017-08-07 20:18:26 +01:00
audio examples: fix element leak in volume example 2017-05-11 11:12:52 +01:00
decodebin_next examples: Fix leak 2017-01-31 16:48:04 +01:00
dynamic meson: build examples 2016-08-30 18:15:09 +01:00
encoding meson: build examples 2016-08-30 18:15:09 +01:00
fft meson: build examples 2016-08-30 18:15:09 +01:00
gio meson: build examples 2016-08-30 18:15:09 +01:00
gl meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30
overlay meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30
playback examples: playback: don't use deprecated font button API 2018-01-08 14:21:29 +00:00
playrec meson: build examples 2016-08-30 18:15:09 +01:00
seek examples: jsseek: fix typo 2017-03-20 17:45:46 +00:00
snapshot examples/snapshot: Does not need GTK but only gdk-pixbuf 2017-08-09 12:27:05 +03:00
Makefile.am gl: hook up to build system 2017-12-19 12:01:48 +00:00
meson.build meson: gl: return not-found dependency instead of disabler if opengl is disabled 2018-08-18 12:37:48 +01:00