mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
9cc363311d
Not all static-library build configurations need to use this, and the CPU time and RAM needed by gst-full targets is quite significant. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7315>
8 lines
139 B
Meson
8 lines
139 B
Meson
if get_option('tests').disabled()
|
|
subdir_done()
|
|
endif
|
|
if building_full
|
|
subdir('static-plugins')
|
|
endif
|
|
subdir('python')
|
|
subdir('virtme')
|