GNOME Bugzilla – Bug 658622
gnome-rr: Require XRandR 1.3 during compilation
Last modified: 2011-09-19 18:04:37 UTC
.
Created attachment 196057 [details] [review] gnome-rr: Require XRandR 1.3 during compilation
Review of attachment 196057 [details] [review]: Makes sense to me. Down with ifdefs !
Review of attachment 196057 [details] [review]: One small detail to fix. Else, okay after we branch. Thanks! ::: configure.ac @@ +117,3 @@ GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.1.4 XEXT_REQUIRED=1.2 +XRANDR_REQUIRED=1.3 It's defined 3 lines above, so no need for a new line :-)
Created attachment 196066 [details] [review] gnome-rr: Require XRandR 1.3 during compilation
Comment on attachment 196057 [details] [review] gnome-rr: Require XRandR 1.3 during compilation Bug fixed.
Attachment 196066 [details] pushed as 3b717cc - gnome-rr: Require XRandR 1.3 during compilation