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:
88a5894
)
meson: Allow using glib as a subproject
author
Thibault Saunier
<thibault.saunier@osg.samsung.com>
Fri, 23 Jun 2017 20:18:36 +0000
(16:18 -0400)
committer
Thibault Saunier
<thibault.saunier@osg.samsung.com>
Fri, 23 Jun 2017 20:18:36 +0000
(16:18 -0400)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index a1e8f7569f31be26acebd375c21ab55559815f20..3dd9a8e89a6e97528b1fad295b21c57813521d24 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-66,7
+66,7
@@
gstcontroller_dep = dependency('gstreamer-controller-1.0', version : gst_req,
gstvalidate_dep = dependency('gst-validate-1.0', version : gst_req, required : false,
fallback : ['gst-devtools', 'validate_dep'])
-gio_dep = dependency('gio-2.0',
version : glib_req
)
+gio_dep = dependency('gio-2.0',
fallback: ['glib', 'libgio_dep']
)
libxml_dep = dependency('libxml-2.0')
# TODO Properly port to Gtk 3