mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
6 lines
188 B
Meson
6 lines
188 B
Meson
subdir('cocoa')
|
|
subdir('generic')
|
|
subdir('gtk', if_found : gtk_dep)
|
|
qt5core_dep = dependency('qt5', modules : ['Core'], required : false)
|
|
subdir('qt', if_found: qt5core_dep)
|
|
subdir('sdl')
|