mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
5a5b3914ba
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.