* [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish/files: sawfish-1.6.2-xinerama.patch
@ 2010-03-28 19:43 Harald van Dijk (truedfx)
0 siblings, 0 replies; only message in thread
From: Harald van Dijk (truedfx) @ 2010-03-28 19:43 UTC (permalink / raw
To: gentoo-commits
truedfx 10/03/28 19:43:38
Added: sawfish-1.6.2-xinerama.patch
Log:
Version bump, make libXinerama support optional (#311131)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 x11-wm/sawfish/files/sawfish-1.6.2-xinerama.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/files/sawfish-1.6.2-xinerama.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/sawfish/files/sawfish-1.6.2-xinerama.patch?rev=1.1&content-type=text/plain
Index: sawfish-1.6.2-xinerama.patch
===================================================================
--- sawfish-1.6.2/configure.in
+++ sawfish-1.6.2/configure.in
@@ -81,11 +81,17 @@
XFT_LIBS=""
XFT_CFLAGS=""
+AC_ARG_WITH([xinerama], [AS_HELP_STRING([--with-xinerama], [Include Xinerama support])], [], [with_xinerama=yes])
+
+if test "$with_xinerama" != "no"; then
+
PKG_CHECK_MODULES(libXineRama, xinerama >= 1.0
,XINERAMA_LIBS="-lXinerama"
AC_DEFINE(HAVE_X11_EXTENSIONS_XINERAMA_H, 1, [Have xinerama])
,AC_MSG_ERROR([cannot locate libXineRama]))
+fi
+
PKG_CHECK_MODULES(libXRandR, xrandr >= 1.0
,XRANDR_LIBS="-lXrandr"
AC_DEFINE(HAVE_X11_EXTENSIONS_XRANDR_H, 1, [Have xrandr])
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-28 19:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-28 19:43 [gentoo-commits] gentoo-x86 commit in x11-wm/sawfish/files: sawfish-1.6.2-xinerama.patch Harald van Dijk (truedfx)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox