diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2009-05-12 18:08:46 +0000 |
---|---|---|
committer | root <root@miranda.amd64.dev.gentoo.org> | 2009-05-12 18:08:46 +0000 |
commit | 923f418c0d487c4f4e22af0512658486e01124e8 (patch) | |
tree | 30e3b3b134fc8dbf05f1a08b4525b84e7b6085e3 /x11-base/xorg-server/files/1.4-fix-xephyr-link.patch | |
parent | [x11-apps/xinit] Update manifest. (diff) | |
download | gpe-923f418c0d487c4f4e22af0512658486e01124e8.tar.gz gpe-923f418c0d487c4f4e22af0512658486e01124e8.tar.bz2 gpe-923f418c0d487c4f4e22af0512658486e01124e8.zip |
[x11-base/xorg-server] Add for patching.
Diffstat (limited to 'x11-base/xorg-server/files/1.4-fix-xephyr-link.patch')
-rw-r--r-- | x11-base/xorg-server/files/1.4-fix-xephyr-link.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-base/xorg-server/files/1.4-fix-xephyr-link.patch b/x11-base/xorg-server/files/1.4-fix-xephyr-link.patch new file mode 100644 index 0000000..35ca029 --- /dev/null +++ b/x11-base/xorg-server/files/1.4-fix-xephyr-link.patch @@ -0,0 +1,25 @@ +diff --git a/configure.ac b/configure.ac +index 62fdd78..7a37590 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1802,7 +1802,7 @@ if test "$KDRIVE" = yes; then + XSDL_INCS="`sdl-config --cflags` $XSERVER_CFLAGS" + fi + +- PKG_CHECK_MODULES(XEPHYR, x11 xext xfont xau xdmcp, [xephyr="yes"], [xephyr="no"]) ++ PKG_CHECK_MODULES(XEPHYR, x11 xext xfont xau xdmcp $PIXMAN, [xephyr="yes"], [xephyr="no"]) + if test "x$XEPHYR" = xauto; then + XEPHYR=$xephyr + fi +diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am +index cc3019f..1738d0f 100644 +--- a/hw/kdrive/ephyr/Makefile.am ++++ b/hw/kdrive/ephyr/Makefile.am +@@ -28,6 +28,7 @@ Xephyr_LDADD = \ + libxephyr-hostx.a \ + ../../../exa/libexa.la \ + @KDRIVE_LIBS@ \ ++ @XSERVER_LIBS@ \ + @XEPHYR_LIBS@ + + Xephyr_DEPENDENCIES = \ |