mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2006-09-04 16:35:43 by siretart]
fix linking with modular xorg. See http://bugs.debian.org/381606 for reference git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@703 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
+5
-1
@@ -467,7 +467,11 @@ if test "$X11" = "yes"; then
|
||||
else
|
||||
GRAPHIC="yes"
|
||||
DRIVERS="$DRIVERS drv_X11.o"
|
||||
DRVLIBS="$DRVLIBS -L$ac_x_libraries -lX11"
|
||||
if test "x$ac_x_libraries" = "x"; then
|
||||
DRVLIBS="$DRVLIBS -lX11"
|
||||
else
|
||||
DRVLIBS="$DRVLIBS -L$ac_x_libraries -lX11"
|
||||
fi
|
||||
CPP_FLAGS="$CPPFLAGS $X_CFLAGS"
|
||||
AC_DEFINE(WITH_X11, 1, [X11 driver])
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user