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:
9df5f8e
)
meson: Allow using glib as a subproject
author
Thibault Saunier
<thibault.saunier@osg.samsung.com>
Fri, 23 Jun 2017 20:19:04 +0000
(16:19 -0400)
committer
Thibault Saunier
<thibault.saunier@osg.samsung.com>
Wed, 28 Jun 2017 15:57:31 +0000
(11:57 -0400)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
170fc03
..
bedbc0f
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-57,7
+57,8
@@
rtspserver_args = ['-DHAVE_CONFIG_H']
rtspserver_incs = include_directories('gst/rtsp-server', '.')
-glib_dep = dependency('glib-2.0', version : glib_req)
+glib_dep = dependency('glib-2.0', version : glib_req,
+ fallback: ['glib', 'libglib_dep'])
gst_dep = dependency('gstreamer-1.0', version : gst_req,
fallback : ['gstreamer', 'gst_dep'])
gstrtsp_dep = dependency('gstreamer-rtsp-1.0', version : gst_req,