projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7cc48b
)
meson: Add check for glib-mkenums
author
Sebastian Dröge
<sebastian@centricular.com>
Sun, 9 Apr 2017 09:09:33 +0000
(12:09 +0300)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sun, 9 Apr 2017 09:09:33 +0000
(12:09 +0300)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index b5368699175a4ac384c5f38c139508adea347583..73568d3f0fc8f918239d1a49604baaf2b195d64d 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-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']