mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
gstreamer-full: error about introspection
The introspection feature is not supported yet in static build. Needs https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/167/diffs Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/242>
This commit is contained in:
parent
e43985d8bb
commit
cb74a24fbd
1 changed files with 3 additions and 0 deletions
|
@ -248,6 +248,9 @@ libraries_map = {
|
|||
}
|
||||
|
||||
if get_option('default_library') == 'static'
|
||||
if not get_option('introspection').disabled()
|
||||
error('GObject Introspection is not supported in static builds. Please use -Dintrospection=disabled')
|
||||
endif
|
||||
# Generate a .c file which declare and register all built plugins
|
||||
plugins_names = []
|
||||
foreach plugin: all_plugins
|
||||
|
|
Loading…
Reference in a new issue