mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Neil Roberts
5a5b3914ba
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.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%