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:
75b7ba5
)
libs: g-ir-scanner: do not hardcode libtool path
author
Antoine Jacoutot
<ajacoutot@gnome.org>
Fri, 18 Apr 2014 08:37:57 +0000
(10:37 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 22 May 2018 05:01:42 +0000
(07:01 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=726571
gst-libs/gst/gl/Makefile.am
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/Makefile.am
b/gst-libs/gst/gl/Makefile.am
index
2df0385
..
4e77e8c
100644
(file)
--- a/
gst-libs/gst/gl/Makefile.am
+++ b/
gst-libs/gst/gl/Makefile.am
@@
-193,7
+193,7
@@
GstGL-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstgl-@GST_API_VERSION@
--include=Gst-@GST_API_VERSION@ \
--include=GstBase-@GST_API_VERSION@ \
--include=GstVideo-@GST_API_VERSION@ \
- --libtool="$
(top_builddir)/libtool
" \
+ --libtool="$
{LIBTOOL}
" \
--pkg gstreamer-@GST_API_VERSION@ \
--pkg gstreamer-base-@GST_API_VERSION@ \
--pkg gstreamer-video-@GST_API_VERSION@ \