mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
gir: pass dep cflags to gobject introspection scanner
The gobject introspection scanner was failing to find EGL headers so we now pass the COGL_DEP_CFLAGS to Cogl_1_0_gir_CFLAGS.
This commit is contained in:
parent
5022ec54d2
commit
bbfe8b8ec4
@ -406,7 +406,7 @@ Cogl_1_0_gir_NAMESPACE = Cogl
|
||||
Cogl_1_0_gir_VERSION = 1.0
|
||||
Cogl_1_0_gir_LIBS = libcogl.la
|
||||
Cogl_1_0_gir_FILES = $(cogl_public_h) cogl-enum-types.h
|
||||
Cogl_1_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS)
|
||||
Cogl_1_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) $(COGL_DEP_CFLAGS)
|
||||
Cogl_1_0_gir_INCLUDES = GL-1.0 GObject-2.0
|
||||
Cogl_1_0_gir_EXPORT_PACKAGES = cogl-1.0
|
||||
Cogl_1_0_gir_SCANNERFLAGS = --warn-all --c-include='cogl/cogl.h'
|
||||
|
Loading…
Reference in New Issue
Block a user