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:
c893882
)
meson: Fix build with latest upstream git
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 18 Feb 2017 11:19:40 +0000
(16:49 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 18 Feb 2017 11:19:40 +0000
(16:49 +0530)
Trivial incorrect include_directories() call
gst/meson.build
patch
|
blob
|
history
diff --git
a/gst/meson.build
b/gst/meson.build
index 9e739f429cee48868beb1985e0ad437e4210a21a..aa8dd9352db9e7bcb945ffac65373e54a2fcaa66 100644
(file)
--- a/
gst/meson.build
+++ b/
gst/meson.build
@@
-231,7
+231,7
@@
if libtype != 'static'
'--cflags-end']
endif
- gst_incdirs += [
include_directories(meson.current_build_dir() + '/..')
]
+ gst_incdirs += [
configinc
]
gst_gen_sources += [gnome.generate_gir(libgst_shared,
sources : gst_sources + gst_headers,
namespace : 'Gst',