After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658622 - gnome-rr: Require XRandR 1.3 during compilation
gnome-rr: Require XRandR 1.3 during compilation
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-09 01:02 UTC by Bastien Nocera
Modified: 2011-09-19 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-rr: Require XRandR 1.3 during compilation (15.17 KB, patch)
2011-09-09 01:03 UTC, Bastien Nocera
reviewed Details | Review
gnome-rr: Require XRandR 1.3 during compilation (15.22 KB, patch)
2011-09-09 08:17 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2011-09-09 01:02:52 UTC
.
Comment 1 Bastien Nocera 2011-09-09 01:03:08 UTC
Created attachment 196057 [details] [review]
gnome-rr: Require XRandR 1.3 during compilation
Comment 2 Matthias Clasen 2011-09-09 02:35:59 UTC
Review of attachment 196057 [details] [review]:

Makes sense to me.

Down with ifdefs !
Comment 3 Vincent Untz 2011-09-09 06:31:53 UTC
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 :-)
Comment 4 Bastien Nocera 2011-09-09 08:17:42 UTC
Created attachment 196066 [details] [review]
gnome-rr: Require XRandR 1.3 during compilation
Comment 5 Bastien Nocera 2011-09-09 08:18:11 UTC
Comment on attachment 196057 [details] [review]
gnome-rr: Require XRandR 1.3 during compilation

Bug fixed.
Comment 6 Bastien Nocera 2011-09-19 18:04:34 UTC
Attachment 196066 [details] pushed as 3b717cc - gnome-rr: Require XRandR 1.3 during compilation