mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
meson: Add check for glib-mkenums
This commit is contained in:
parent
c7cc48b42e
commit
dc71c4a477
1 changed files with 3 additions and 0 deletions
|
@ -363,6 +363,9 @@ gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' +
|
|||
'gst_init(NULL,NULL);' ]
|
||||
vs_module_defs_dir = meson.current_source_dir() + '/win32/common/'
|
||||
|
||||
# Used by the *_mkenum.py helper scripts
|
||||
glib_mkenums = find_program('glib-mkenums')
|
||||
|
||||
gst_c_args = ['-DHAVE_CONFIG_H']
|
||||
if libtype == 'static'
|
||||
gst_c_args += ['-DGST_STATIC_COMPILATION']
|
||||
|
|
Loading…
Reference in a new issue