Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-editing-services
Commits
9637de0a
Commit
9637de0a
authored
Jan 08, 2011
by
Tim-Philipp Müller
Browse files
gobject-introspection: fix g-i build for uninstalled setup
Requires gst-plugins-base git (> 0.10.31.2) to actually work.
parent
e6f5bc0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9637de0a
...
...
@@ -74,6 +74,8 @@ AG_GST_ARG_WITH_PKG_CONFIG_PATH
AG_GST_ARG_WITH_PACKAGE_NAME
AG_GST_ARG_WITH_PACKAGE_ORIGIN
AG_GST_PKG_CONFIG_PATH
dnl *** checks for platform ***
dnl * hardware/architecture *
...
...
ges/Makefile.am
View file @
9637de0a
...
...
@@ -126,7 +126,8 @@ GES-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libges-@GST_MAJORMINOR@.la
$(gir_cincludes)
\
-I
$(top_srcdir)
\
-I
$(top_builddir)
\
--add-include-path
=
`
$(PKG_CONFIG)
--variable
=
girdir gstreamer-0.10 gstreamer-pbutils-0.10
`
\
--add-include-path
=
`
$(PKG_CONFIG)
--variable
=
girdir gstreamer-0.10
`
\
--add-include-path
=
`
$(PKG_CONFIG)
--variable
=
girdir gstreamer-pbutils-0.10
`
\
--library
=
libges-@GST_MAJORMINOR@.la
\
--include
=
Gst-@GST_MAJORMINOR@
\
--include
=
GstPbutils-@GST_MAJORMINOR@
\
...
...
@@ -148,11 +149,13 @@ typelibsdir = $(libdir)/girepository-1.0/
typelibs_DATA
=
$(BUILT_GIRSOURCES:.gir=.typelib)
%.typelib
:
%.gir $(INTROSPECTION_COMPILER)
$(AM_V_GEN)$(INTROSPECTION_COMPILER)
\
$(AM_V_GEN)PKG_CONFIG_PATH
=
"
$(GST_PKG_CONFIG_PATH)
"
\
$(INTROSPECTION_COMPILER)
\
--includedir
=
$(srcdir)
\
--includedir
=
$(srcdir)
/../video
\
--includedir
=
$(builddir)
\
--includedir
=
`
$(PKG_CONFIG)
--variable
=
girdir gstreamer-0.10 gstreamer-pbutils-0.10
`
\
--includedir
=
`
$(PKG_CONFIG)
--variable
=
girdir gstreamer-0.10
`
\
--includedir
=
`
$(PKG_CONFIG)
--variable
=
girdir gstreamer-pbutils-0.10
`
\
$(INTROSPECTION_COMPILER_OPTS)
$<
-o
$
(
@F
)
CLEANFILES
+=
$(BUILT_GIRSOURCES)
$(typelibs_DATA)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment