gstreamer/gst-libs/gst
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
..
allocators libs: g-ir-scanner: do not hardcode libtool path 2018-05-18 13:41:25 +02:00
app meson: fix install dir for generated header files 2018-08-10 12:43:38 +01:00
audio audioaggregator: Also run the audio-specific caps fixation for audio aggregator subclasses that can't convert 2018-08-16 18:03:37 +03:00
fft fft: GST_EXPORT -> GST_FFT_API 2018-03-13 12:10:29 +00:00
gl meson: gl: return not-found dependency instead of disabler if opengl is disabled 2018-08-18 12:37:48 +01:00
pbutils gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
riff libs: g-ir-scanner: do not hardcode libtool path 2018-05-18 13:41:25 +02:00
rtp gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
rtsp gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
sdp gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
tag gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
video gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am gl: hook up to build system 2017-12-19 12:01:48 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30