mirror of
https://github.com/brl/mutter.git
synced 2025-06-24 14:09:25 +00:00
Revert "cogl-gst: add missing Cogl introspection dependency"
The pkg-config file might not necessarily be installed yet so I don't
think it makes sense to try and include it when running g-ir-scanner.
Presumably it should pick up the headers from source directory instead
of the installed directory. It seems to build without this patch so
let's just revert it.
This reverts commit d9c8570f14
.
This commit is contained in:
@ -93,7 +93,6 @@ CoglGst_2_0_gir_SCANNERFLAGS = \
|
||||
--c-include="gst/gst.h" \
|
||||
--include-uninstalled=$(top_builddir)/cogl/Cogl-2.0.gir \
|
||||
--pkg gstreamer-1.0 \
|
||||
--pkg cogl-2.0-experimental \
|
||||
--add-init-section="gst_init(NULL, NULL);"
|
||||
|
||||
INTROSPECTION_GIRS += CoglGst-2.0.gir
|
||||
|
Reference in New Issue
Block a user