mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
app/tag: Add missing sources/headers to the GIR build
This commit is contained in:
parent
8169cfa737
commit
dc4e041f07
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ if HAVE_INTROSPECTION
|
|||
BUILT_GIRSOURCES = GstApp-@GST_API_VERSION@.gir
|
||||
|
||||
gir_headers=$(patsubst %,$(srcdir)/%, $(libgstapp_@GST_API_VERSION@include_HEADERS))
|
||||
gir_headers+=$(patsubst %,$(srcdir)/%, $(nodist_libgstapp_@GST_API_VERSION@include_HEADERS))
|
||||
gir_sources=$(patsubst %,$(srcdir)/%, $(libgstapp_@GST_API_VERSION@_la_SOURCES))
|
||||
gir_sources+=$(patsubst %,$(builddir)/%, $(nodist_libgstapp_@GST_API_VERSION@_la_SOURCES))
|
||||
|
||||
|
|
|
@ -43,7 +43,9 @@ if HAVE_INTROSPECTION
|
|||
BUILT_GIRSOURCES = GstTag-@GST_API_VERSION@.gir
|
||||
|
||||
gir_headers=$(patsubst %,$(srcdir)/%, $(libgsttaginclude_HEADERS))
|
||||
gir_headers+=$(patsubst %,$(srcdir)/%, $(nodist_libgsttaginclude_HEADERS))
|
||||
gir_sources=$(patsubst %,$(srcdir)/%, $(libgsttag_@GST_API_VERSION@_la_SOURCES))
|
||||
gir_sources+=$(patsubst %,$(srcdir)/%, $(nodist_libgsttag_@GST_API_VERSION@_la_SOURCES))
|
||||
|
||||
GstTag-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgsttag-@GST_API_VERSION@.la
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" GI_SCANNER_DISABLE_CACHE=yes\
|
||||
|
|
Loading…
Reference in a new issue