OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-ui Date: 06-Nov-2002 17:14:06
Branch: HEAD Handle: 2002110616140600
Modified files:
openpkg-ui/fe/gui configure.in
Log:
Fix building with Xft-enabled X11 environments and '-xft' enabled Qt builds.
Summary:
Revision Changes Path
1.7 +2 -1 openpkg-ui/fe/gui/configure.in
____________________________________________________________________________
Index: openpkg-ui/fe/gui/configure.in
============================================================
$ cvs diff -u -r1.6 -r1.7 configure.in
--- openpkg-ui/fe/gui/configure.in 21 Oct 2002 20:48:27 -0000 1.6
+++ openpkg-ui/fe/gui/configure.in 6 Nov 2002 16:14:06 -0000 1.7
@@ -87,7 +87,8 @@
LIBS="$LIBS -lX11 -lXext -lSM -lm"
fi
-dnl Check typical FreeBSD resources
+dnl Check some X resources, typical of XFree86
+AC_CHECK_LIB(Xft, XftFreeTypeOpen, [LIBS="$LIBS -lXft"])
AC_CHECK_LIB(Xrender, XRenderFindFormat, [LIBS="$LIBS -lXrender"])
AC_CHECK_LIB(Xinerama, XineramaIsActive, [LIBS="$LIBS -lXinerama"])
AC_CHECK_LIB(GL, glBegin, [LIBS="$LIBS -lGL"])
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]