mirror of
https://github.com/brl/mutter.git
synced 2025-03-08 04:15:05 +00:00

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.