[PATCH:xdm 5/5] Only greeter needs XPM CFLAGS & LIBS, not xdm daemon
Alan Coopersmith
alan.coopersmith at oracle.com
Sat May 14 11:01:33 PDT 2011
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 38717d0..089329f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,8 +325,6 @@ AC_ARG_ENABLE(xpm-logos,
PKG_CHECK_EXISTS(xpm, [USE_XPM="yes"], [USE_XPM="no"]))
if test "x$USE_XPM" = "xyes" ; then
PKG_CHECK_MODULES(XPM, xpm)
- XDM_CFLAGS="$XDM_CFLAGS $XPM_CFLAGS"
- XDM_LIBS="$XDM_LIBS $XPM_LIBS"
GREETER_CFLAGS="$GREETER_CFLAGS $XPM_CFLAGS"
GREETER_LIBS="$GREETER_LIBS $XPM_LIBS"
AC_DEFINE([XPM], 1,
--
1.7.3.2
More information about the xorg-devel
mailing list