From 0d8671a5ad040000541ebaa893582e520c7e33a3 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Tue, 23 Jun 2009 16:29:32 +0100 Subject: declare buf only if XINERAMA support is used --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index f5ec4c1..bd6ff8e 100644 --- a/config.mk +++ b/config.mk @@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # Xinerama, un-comment if you want it -XINERAMALIBS = -L${X11LIB} -lXinerama -XINERAMAFLAGS = -DXINERAMA +#XINERAMALIBS = -L${X11LIB} -lXinerama +#XINERAMAFLAGS = -DXINERAMA # includes and libs INCS = -I. -I/usr/include -I${X11INC} -- cgit v1.2.3