From 9df3886354152250983171825daeb93a6a845369 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Thu, 8 May 2008 00:06:16 -0700 Subject: [PATCH] xephyr: fix linking by adding pixman and using XSERVER_LIBS. --- configure.ac | 2 +- hw/kdrive/ephyr/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c73f4a7c0..6145aa2a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1814,7 +1814,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 cc3019fc7..1738d0f95 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 = \