mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
[eglnative] Add -I flags for the clutter dir in the src and build dirs
These are required to include the Cogl header files.
This commit is contained in:
parent
67523ddc6e
commit
65c5188c7e
@ -5,6 +5,8 @@ INCLUDES = \
|
|||||||
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
||||||
-DCLUTTER_COMPILATION \
|
-DCLUTTER_COMPILATION \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_srcdir)/clutter \
|
||||||
|
-I$(top_builddir)/clutter \
|
||||||
$(CLUTTER_CFLAGS) \
|
$(CLUTTER_CFLAGS) \
|
||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(GCC_FLAGS)
|
$(GCC_FLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user