GNOME Bugzilla – Bug 761258
libgnome-desktop: don't install gnome-rr-debug
Last modified: 2016-02-03 15:22:56 UTC
See patch
Created attachment 319950 [details] [review] libgnome-desktop: don't install gnome-rr-debug Not everyone needs to have this program installed. Just make it a noinst target.
Review of attachment 319950 [details] [review]: We *do* want to install this by default, on distributions, as it makes debugging XRandR (and Wayland equivalent) issues much easier. I'd rather have a configure option to disable this instead.
Created attachment 320206 [details] [review] libgnome-desktop: add an option to disable gnome-rr-debug Not everyone needs to have this program installed - e.g. when gnome-desktop is bundled in an xdg-app.
Comment on attachment 319950 [details] [review] libgnome-desktop: don't install gnome-rr-debug Made it a configure option like you suggested.
Review of attachment 320206 [details] [review]: This will fail to add gnome-rr-debug.c to the dist if it's compiled with --disable-debug-tools. You'll need to add gnome-rr-debug.c to EXTRA_DIST in the else case.
Created attachment 320236 [details] [review] libgnome-desktop: add an option to disable gnome-rr-debug -- This seems to do the job - gnome-rr-debug.c was added to make dist with --disable-debug-tools.
Attachment 320236 [details] pushed as 6f50c8a - libgnome-desktop: add an option to disable gnome-rr-debug