mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
introspection: Strip Gst prefix from all types/functions
This commit is contained in:
parent
6bbb833409
commit
741a946134
5 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/base/%',$(libgstbase_@GST_MAJORMINOR
|
|||
GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINOR@.la
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstBase \
|
||||
--nsversion=@GST_MAJORMINOR@ \
|
||||
--strip-prefix=Gst \
|
||||
-I$(top_srcdir) \
|
||||
$(gir_cincludes) \
|
||||
--add-include-path=$(top_builddir)/gst \
|
||||
|
|
|
@ -111,6 +111,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/check/%',$(libgstcheck_@GST_MAJORMIN
|
|||
GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMINOR@.la
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstCheck \
|
||||
--nsversion=@GST_MAJORMINOR@ \
|
||||
--strip-prefix=Gst \
|
||||
-I$(top_srcdir) \
|
||||
$(gir_cincludes) \
|
||||
--add-include-path=$(top_builddir)/gst \
|
||||
|
|
|
@ -42,6 +42,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/controller/%',$(libgstcontroller_@GS
|
|||
GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@GST_MAJORMINOR@.la
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstController \
|
||||
--nsversion=@GST_MAJORMINOR@ \
|
||||
--strip-prefix=Gst \
|
||||
-I$(top_srcdir) \
|
||||
$(gir_cincludes) \
|
||||
--add-include-path=$(top_builddir)/gst \
|
||||
|
|
|
@ -31,6 +31,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/dataprotocol/%',$(libgstdataprotocol
|
|||
|
||||
GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotocol-@GST_MAJORMINOR@.la
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstDataprotocol \
|
||||
--strip-prefix=Gst \
|
||||
--nsversion=@GST_MAJORMINOR@ \
|
||||
-I$(top_srcdir) \
|
||||
$(gir_cincludes) \
|
||||
|
|
|
@ -32,6 +32,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/net/%',$(libgstbase_@GST_MAJORMINOR@
|
|||
|
||||
GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@.la
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GstNet \
|
||||
--strip-prefix=Gst \
|
||||
--nsversion=@GST_MAJORMINOR@ \
|
||||
-I$(top_srcdir) \
|
||||
$(gir_cincludes) \
|
||||
|
|
Loading…
Reference in a new issue