mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
build: Fix cogl include paths
cogl-egl-defines.h is now referenced from a public header, so we need to include its location whenever the header is used (directly or via cogl.h).
This commit is contained in:
parent
c2e72823fc
commit
0aa6d9782c
@ -25,6 +25,7 @@ AM_CPPFLAGS = \
|
|||||||
-I$(top_builddir)/clutter \
|
-I$(top_builddir)/clutter \
|
||||||
-I$(top_srcdir)/../cogl \
|
-I$(top_srcdir)/../cogl \
|
||||||
-I$(top_builddir)/../cogl \
|
-I$(top_builddir)/../cogl \
|
||||||
|
-I$(top_builddir)/../cogl/cogl \
|
||||||
$(CLUTTER_DEPRECATED_CFLAGS) \
|
$(CLUTTER_DEPRECATED_CFLAGS) \
|
||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(CLUTTER_HIDDEN_VISIBILITY_CFLAGS) \
|
$(CLUTTER_HIDDEN_VISIBILITY_CFLAGS) \
|
||||||
|
@ -9,6 +9,7 @@ AM_CPPFLAGS = \
|
|||||||
-DG_LOG_DOMAIN=\"Clutter-Conform\" \
|
-DG_LOG_DOMAIN=\"Clutter-Conform\" \
|
||||||
-I$(top_srcdir)/../cogl \
|
-I$(top_srcdir)/../cogl \
|
||||||
-I$(top_builddir)/../cogl \
|
-I$(top_builddir)/../cogl \
|
||||||
|
-I$(top_builddir)/../cogl/cogl \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
-DCOGL_DISABLE_DEPRECATION_WARNINGS \
|
-DCOGL_DISABLE_DEPRECATION_WARNINGS \
|
||||||
|
@ -2,6 +2,7 @@ NULL =
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir)/cogl \
|
||||||
-DCOGL_DISABLE_DEPRECATED
|
-DCOGL_DISABLE_DEPRECATED
|
||||||
|
|
||||||
test_conformance_CPPFLAGS = \
|
test_conformance_CPPFLAGS = \
|
||||||
|
@ -7,6 +7,7 @@ AM_CPPFLAGS = \
|
|||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/cogl \
|
-I$(top_srcdir)/cogl \
|
||||||
-I$(top_builddir)/cogl \
|
-I$(top_builddir)/cogl \
|
||||||
|
-I$(top_builddir)/cogl/cogl \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_builddir)/clutter \
|
-I$(top_builddir)/clutter \
|
||||||
-I$(top_builddir)/clutter/clutter \
|
-I$(top_builddir)/clutter/clutter \
|
||||||
|
Loading…
Reference in New Issue
Block a user