source: proiecte/PPPP/gdm/debian/patches/02_x_server_location.patch @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 1.4 KB
  • gdm-2.27.90

    #
    # 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
    old new  
    3448434484else
    3448534485   # what to do, what to do, this is wrong, but this just sets the
    3448634486   # defaults, perhaps this user is cross compiling or some such
    34487    X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
    34488    X_SERVER_PATH="/usr/X11R6/bin"
    34489    X_SERVER="/usr/X11R6/bin/X"
     34487   X_PATH="/usr/bin"
     34488   X_SERVER_PATH="/usr/bin"
     34489   X_SERVER="/usr/bin/X"
    3449034490   X_CONFIG_OPTIONS="-audit 0"
    3449134491fi
    3449234492
  • configure.ac

    diff -Nur -x '*.orig' -x '*~' gdm-2.27.90/configure.ac gdm-2.27.90.new/configure.ac
    old new  
    11291129else
    11301130   # what to do, what to do, this is wrong, but this just sets the
    11311131   # defaults, perhaps this user is cross compiling or some such
    1132    X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
    1133    X_SERVER_PATH="/usr/X11R6/bin"
    1134    X_SERVER="/usr/X11R6/bin/X"
     1132   X_PATH="/usr/bin"
     1133   X_SERVER_PATH="/usr/bin"
     1134   X_SERVER="/usr/bin/X"
    11351135   X_CONFIG_OPTIONS="-audit 0"
    11361136fi
    11371137
Note: See TracBrowser for help on using the repository browser.