raspberrypi / maynard

Desktop environment for Wayland
Other
336 stars 46 forks source link

Fix building with weston 1.12 #48

Closed alive4ever closed 7 years ago

alive4ever commented 7 years ago

Weston 1.12 introduces some modification to the source tree. The compositor.h is now moved to /usr/include/libweston. Some struct members also renamed from configured to committed.

This fix will break building maynard using weston < 1.12.

alive4ever commented 7 years ago

This should fix #47