mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-12-04 22:11:32 +01:00
30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
|
--- a/configure 2015-02-22 16:20:48.000000000 -0500
|
||
|
+++ b/configure 2015-02-22 16:21:52.000000000 -0500
|
||
|
@@ -6793,7 +6793,7 @@
|
||
|
# See if we find them without any special options.
|
||
|
# Don't add to $LIBS permanently.
|
||
|
ac_save_LIBS=$LIBS
|
||
|
- LIBS="-lX11 $LIBS"
|
||
|
+ LIBS="-lX11 -lfreetype -lexpat -lXext -lXrender -lxcb -lXdmcp -lXau -lz $LIBS"
|
||
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||
|
/* end confdefs.h. */
|
||
|
#include <X11/Xlib.h>
|
||
|
@@ -6935,7 +6935,7 @@
|
||
|
# Martyn Johnson says this is needed for Ultrix, if the X
|
||
|
# libraries were built with DECnet support. And Karl Berry says
|
||
|
# the Alpha needs dnet_stub (dnet does not exist).
|
||
|
- ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
|
||
|
+ ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lfreetype -lexpat -lX11 -lXext -lXrender -lxcb -lXdmcp -lXau -lz"
|
||
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||
|
/* end confdefs.h. */
|
||
|
|
||
|
@@ -7359,7 +7359,7 @@
|
||
|
$as_echo "$as_me: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure." >&2;}
|
||
|
fi
|
||
|
|
||
|
- LIBS="$LIBS -lX11 $X_EXTRA_LIBS"
|
||
|
+ LIBS="$LIBS -lfreetype -lexpat -lX11 -lXext -lXrender -lxcb -lXdmcp -lXau -lz $X_EXTRA_LIBS"
|
||
|
CFLAGS="$CFLAGS $X_CFLAGS"
|
||
|
CXXFLAGS="$CXXFLAGS $X_CFLAGS"
|
||
|
LDFLAGS="$X_LIBS $LDFLAGS"
|