mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
gdm: update to 2.32.2 (latest stable in 2.32.x series)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,66 +0,0 @@
|
|||||||
--- gdm-2.26.1/configure.ac-orig 2009-03-16 12:50:10.000000000 -0700
|
|
||||||
+++ gdm-2.26.1/configure.ac 2009-06-12 16:40:40.000000000 -0700
|
|
||||||
@@ -1085,62 +1085,10 @@ dnl ------------------------------------
|
|
||||||
# and /usr/X11 since they often symlink to each other, and configure
|
|
||||||
# should use the more stable location (the real directory) if possible.
|
|
||||||
#
|
|
||||||
-if test -x /usr/X11/bin/Xserver; then
|
|
||||||
- X_PATH="/usr/X11/bin"
|
|
||||||
- X_SERVER_PATH="/usr/X11/bin"
|
|
||||||
- X_SERVER="/usr/X11/bin/Xserver"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then
|
|
||||||
- X_PATH="/usr/X11R6/bin"
|
|
||||||
- X_SERVER_PATH="/usr/X11R6/bin"
|
|
||||||
- X_SERVER="/usr/X11R6/bin/X"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-elif test ! -h /usr/X11 -a -x /usr/X11/bin/X; then
|
|
||||||
- X_PATH="/usr/X11/bin"
|
|
||||||
- X_SERVER_PATH="/usr/X11/bin"
|
|
||||||
- X_SERVER="/usr/X11/bin/X"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-elif test -x /usr/X11R6/bin/X; then
|
|
||||||
- X_PATH="/usr/X11R6/bin"
|
|
||||||
- X_SERVER_PATH="/usr/X11R6/bin"
|
|
||||||
- X_SERVER="/usr/X11R6/bin/X"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-elif test -x /usr/bin/Xorg; then
|
|
||||||
- X_PATH="/usr/bin"
|
|
||||||
- X_SERVER_PATH="/usr/bin"
|
|
||||||
- X_SERVER="/usr/bin/Xorg"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-elif test -x /usr/X11/bin/X; then
|
|
||||||
- X_PATH="/usr/X11/bin"
|
|
||||||
- X_SERVER_PATH="/usr/X11/bin"
|
|
||||||
- X_SERVER="/usr/X11/bin/X"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-elif test -x /usr/openwin/bin/Xsun; then
|
|
||||||
- # Do not add /usr/openwin/bin here because on Solaris you need
|
|
||||||
- # /usr/openwin/bin in your PATH even if you are using the Xorg
|
|
||||||
- # Xserver. We add this to the path below.
|
|
||||||
- X_PATH="/usr/openwin/bin"
|
|
||||||
- X_SERVER_PATH="/usr/openwin/bin"
|
|
||||||
- X_SERVER="/usr/openwin/bin/Xsun"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0 -nobanner"
|
|
||||||
-elif test -x /opt/X11R6/bin/X; then
|
|
||||||
- X_PATH="/opt/X11R6/bin"
|
|
||||||
- X_SERVER_PATH="/opt/X11R6/bin"
|
|
||||||
- X_SERVER="/opt/X11R6/bin/X"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-elif test -x /usr/bin/X; then
|
|
||||||
X_PATH="/usr/bin"
|
|
||||||
X_SERVER_PATH="/usr/bin"
|
|
||||||
- X_SERVER="/usr/bin/X"
|
|
||||||
+ X_SERVER="/usr/bin/X"
|
|
||||||
X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-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_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-fi
|
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
|
||||||
dnl - Check for Xnest / Xephyr support
|
|
||||||
+30
-18
@@ -1,6 +1,18 @@
|
|||||||
--- /tmp/configure.ac 2008-12-10 08:38:16.000000000 +0100
|
From 60084e7e973634971c9643f2459e5d3e248ee3f1 Mon Sep 17 00:00:00 2001
|
||||||
+++ gdm-2.24.1/configure.ac 2008-12-10 08:39:17.000000000 +0100
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||||
@@ -1133,80 +1133,10 @@
|
Date: Thu, 9 Jun 2011 18:12:45 +0200
|
||||||
|
Subject: [PATCH] build-sys: hardcode x paths to fix crosscompiling
|
||||||
|
|
||||||
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||||
|
---
|
||||||
|
configure.ac | 72 ++++-----------------------------------------------------
|
||||||
|
1 files changed, 5 insertions(+), 67 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index eeaf3dc..841efe0 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -1101,73 +1101,11 @@ dnl ---------------------------------------------------------------------------
|
||||||
dnl - Check for X Server location
|
dnl - Check for X Server location
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -19,36 +31,31 @@
|
|||||||
- X_PATH="/usr/X11/bin"
|
- X_PATH="/usr/X11/bin"
|
||||||
- X_SERVER_PATH="/usr/X11/bin"
|
- X_SERVER_PATH="/usr/X11/bin"
|
||||||
- X_SERVER="/usr/X11/bin/Xserver"
|
- X_SERVER="/usr/X11/bin/Xserver"
|
||||||
- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
-elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then
|
-elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then
|
||||||
- X_PATH="/usr/X11R6/bin"
|
- X_PATH="/usr/X11R6/bin"
|
||||||
- X_SERVER_PATH="/usr/X11R6/bin"
|
- X_SERVER_PATH="/usr/X11R6/bin"
|
||||||
- X_SERVER="/usr/X11R6/bin/X"
|
- X_SERVER="/usr/X11R6/bin/X"
|
||||||
- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11R6/bin"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
-elif test ! -h /usr/X11 -a -x /usr/X11/bin/X; then
|
-elif test ! -h /usr/X11 -a -x /usr/X11/bin/X; then
|
||||||
- X_PATH="/usr/X11/bin"
|
- X_PATH="/usr/X11/bin"
|
||||||
- X_SERVER_PATH="/usr/X11/bin"
|
- X_SERVER_PATH="/usr/X11/bin"
|
||||||
- X_SERVER="/usr/X11/bin/X"
|
- X_SERVER="/usr/X11/bin/X"
|
||||||
- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
-elif test -x /usr/X11R6/bin/X; then
|
-elif test -x /usr/X11R6/bin/X; then
|
||||||
- X_PATH="/usr/X11R6/bin"
|
- X_PATH="/usr/X11R6/bin"
|
||||||
- X_SERVER_PATH="/usr/X11R6/bin"
|
- X_SERVER_PATH="/usr/X11R6/bin"
|
||||||
- X_SERVER="/usr/X11R6/bin/X"
|
- X_SERVER="/usr/X11R6/bin/X"
|
||||||
- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11R6/bin"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
-elif test -x /usr/bin/Xorg; then
|
-elif test -x /usr/bin/Xorg; then
|
||||||
X_PATH="/usr/bin"
|
- X_PATH="/usr/bin"
|
||||||
X_SERVER_PATH="/usr/bin"
|
- X_SERVER_PATH="/usr/bin"
|
||||||
- X_SERVER="/usr/bin/Xorg"
|
- X_SERVER="/usr/bin/Xorg"
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
-elif test -x /usr/X11/bin/X; then
|
-elif test -x /usr/X11/bin/X; then
|
||||||
- X_PATH="/usr/X11/bin"
|
- X_PATH="/usr/X11/bin"
|
||||||
- X_SERVER_PATH="/usr/X11/bin"
|
- X_SERVER_PATH="/usr/X11/bin"
|
||||||
- X_SERVER="/usr/X11/bin/X"
|
- X_SERVER="/usr/X11/bin/X"
|
||||||
- GDM_USER_PATH="$GDM_USER_PATH:/usr/X11/bin"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
-elif test -x /usr/openwin/bin/Xsun; then
|
-elif test -x /usr/openwin/bin/Xsun; then
|
||||||
- # Do not add /usr/openwin/bin here because on Solaris you need
|
- # Do not add /usr/openwin/bin here because on Solaris you need
|
||||||
@@ -62,7 +69,6 @@
|
|||||||
- X_PATH="/opt/X11R6/bin"
|
- X_PATH="/opt/X11R6/bin"
|
||||||
- X_SERVER_PATH="/opt/X11R6/bin"
|
- X_SERVER_PATH="/opt/X11R6/bin"
|
||||||
- X_SERVER="/opt/X11R6/bin/X"
|
- X_SERVER="/opt/X11R6/bin/X"
|
||||||
- GDM_USER_PATH="$GDM_USER_PATH:/opt/X11R6/bin"
|
|
||||||
- X_CONFIG_OPTIONS="-audit 0"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
-elif test -x /usr/bin/X; then
|
-elif test -x /usr/bin/X; then
|
||||||
- X_PATH="/usr/bin"
|
- X_PATH="/usr/bin"
|
||||||
@@ -73,12 +79,18 @@
|
|||||||
- # what to do, what to do, this is wrong, but this just sets the
|
- # what to do, what to do, this is wrong, but this just sets the
|
||||||
- # defaults, perhaps this user is cross compiling or some such
|
- # defaults, perhaps this user is cross compiling or some such
|
||||||
- X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
|
- X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
|
||||||
- X_SERVER_PATH="/usr/X11R6/bin"
|
- X_SERVER_PATH="/usr/bin"
|
||||||
- X_SERVER="/usr/X11R6/bin/X"
|
- X_SERVER="/usr/bin/X"
|
||||||
- GDM_USER_PATH="$GDM_USER_PATH:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin"
|
- X_CONFIG_OPTIONS="-audit 0"
|
||||||
+ X_SERVER="/etc/X11/Xserver"
|
|
||||||
X_CONFIG_OPTIONS="-audit 0"
|
|
||||||
-fi
|
-fi
|
||||||
|
+# We hardcode the X paths since we know where it will be in the OE univers
|
||||||
|
+X_PATH="/usr/bin"
|
||||||
|
+X_SERVER_PATH="/usr/bin"
|
||||||
|
+X_SERVER="/usr/bin/X"
|
||||||
|
+X_CONFIG_OPTIONS="-audit 0"
|
||||||
|
|
||||||
|
dnl ---------------------------------------------------------------------------
|
||||||
|
dnl - Check for Xnest / Xephyr support
|
||||||
|
--
|
||||||
|
1.6.6.1
|
||||||
|
|
||||||
# Don't add bindir to GDM_USER_PATH if it is already in the PATH.
|
|
||||||
# If it is /bin or /usr/bin, for example.
|
|
||||||
-4
@@ -2,8 +2,6 @@ DESCRIPTION = "Graphical login manager"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
PR = "r3"
|
|
||||||
|
|
||||||
DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
|
DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
|
||||||
|
|
||||||
inherit gnome update-rc.d
|
inherit gnome update-rc.d
|
||||||
@@ -17,8 +15,6 @@ SRC_URI += " \
|
|||||||
file://Default \
|
file://Default \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "0da84637abbcbf1666529d6192a81e6b"
|
|
||||||
SRC_URI[archive.sha256sum] = "ac2c367766b8fa20ebeb41033931fc4d91482ad3d377823f1c7ad84eee12dc15"
|
|
||||||
|
|
||||||
EXTRA_OECONF = " --enable-authentication-scheme=shadow \
|
EXTRA_OECONF = " --enable-authentication-scheme=shadow \
|
||||||
--enable-debug=yes \
|
--enable-debug=yes \
|
||||||
Reference in New Issue
Block a user