mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
cogl: Fix the include path in driver/*/Makefile.am
The include path for the winsys and driver folder was given relative to $(srcdir) so it would end up relative to the driver folder which is wrong. It is now specified as $(srcdir)/../../winsys to get the right location. The driver folder is removed because it is actually just $(srcdir) and that is already included.
This commit is contained in:
parent
0e43647fed
commit
5a5b3914ba
@ -7,8 +7,7 @@ INCLUDES = \
|
||||
-I$(srcdir) \
|
||||
-I$(srcdir)/../.. \
|
||||
-I$(srcdir)/../../.. \
|
||||
-I$(srcdir)/winsys \
|
||||
-I$(srcdir)/driver/$(COGL_DRIVER) \
|
||||
-I$(srcdir)/../../winsys \
|
||||
-I../.. \
|
||||
-I../../.. \
|
||||
-DG_DISABLE_SINGLE_INCLUDES \
|
||||
|
@ -7,8 +7,7 @@ INCLUDES = \
|
||||
-I$(srcdir) \
|
||||
-I$(srcdir)/../.. \
|
||||
-I$(srcdir)/../../.. \
|
||||
-I$(srcdir)/winsys \
|
||||
-I$(srcdir)/driver/$(COGL_DRIVER) \
|
||||
-I$(srcdir)/../../winsys \
|
||||
-I../.. \
|
||||
-I../../.. \
|
||||
-DG_DISABLE_SINGLE_INCLUDES \
|
||||
|
Loading…
Reference in New Issue
Block a user