# # Description: Change the default X server location to /usr/bin/X. This avoids having to build-depend on xserver-xorg. # Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=588848 # diff -Nur -x '*.orig' -x '*~' gdm-2.27.90/configure gdm-2.27.90.new/configure --- gdm-2.27.90/configure 2009-08-25 07:07:12.000000000 +1000 +++ gdm-2.27.90.new/configure 2009-08-25 14:34:49.000000000 +1000 @@ -34484,9 +34484,9 @@ else # what to do, what to do, this is wrong, but this just sets the # defaults, perhaps this user is cross compiling or some such - X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin" - X_SERVER_PATH="/usr/X11R6/bin" - X_SERVER="/usr/X11R6/bin/X" + X_PATH="/usr/bin" + X_SERVER_PATH="/usr/bin" + X_SERVER="/usr/bin/X" X_CONFIG_OPTIONS="-audit 0" fi diff -Nur -x '*.orig' -x '*~' gdm-2.27.90/configure.ac gdm-2.27.90.new/configure.ac --- gdm-2.27.90/configure.ac 2009-08-25 14:34:48.000000000 +1000 +++ gdm-2.27.90.new/configure.ac 2009-08-25 14:34:49.000000000 +1000 @@ -1129,9 +1129,9 @@ else # what to do, what to do, this is wrong, but this just sets the # defaults, perhaps this user is cross compiling or some such - X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin" - X_SERVER_PATH="/usr/X11R6/bin" - X_SERVER="/usr/X11R6/bin/X" + X_PATH="/usr/bin" + X_SERVER_PATH="/usr/bin" + X_SERVER="/usr/bin/X" X_CONFIG_OPTIONS="-audit 0" fi