GNOME Bugzilla – Bug 741829
Two #ifdef are missing when making gbm optional
Last modified: 2014-12-21 09:45:11 UTC
Created attachment 293146 [details] [review] Add two missing #ifdef to make gbm optional Please see the patch.
Review of attachment 293146 [details] [review]: ::: src/backends/meta-cursor-renderer.h @@ +34,1 @@ #include <gbm.h> This include appears to be a left-over, so you should just remove it unconditionally
Created attachment 293147 [details] [review] Add a missing #ifdef and remove a left-over include to make gbm optional
Review of attachment 293147 [details] [review]: Nope, that was backwards - gbm is (optionally) used in meta-cursor-private.h, the include in meta-cursor-renderer.h is unused
Created attachment 293148 [details] [review] Add a missing #ifdef and remove a left-over include to make gbm optional
Review of attachment 293148 [details] [review]: LGTM
Pushed to master - https://git.gnome.org/browse/mutter/commit/?id=aeef98fd19274f1db5b0028d00bf2d07b9fb13f5