gstreamer/gst-libs/gst/meson.build
Matthew Waters b69dadcc61 meson: wayland: move dep checks to the lib
Moves them closer to where they are used.  We don't want every check in
the main meson.build file.
2016-11-17 15:16:18 +11:00

14 lines
252 B
Meson

subdir('base')
subdir('uridownloader')
subdir('adaptivedemux')
subdir('audio')
subdir('basecamerabinsrc')
subdir('codecparsers')
subdir('insertbin')
subdir('interfaces')
subdir('mpegts')
subdir('player')
subdir('video')
subdir('wayland')
subdir('gl')