From 63cefbcb3609fc32a1187b28ac32b007d3b38f9e Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 1 Feb 2008 17:49:00 +0000 Subject: added a simple pixmap cache git-svn-id: http://dzen.googlecode.com/svn/trunk@214 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- config.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index e029235..5512b70 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dzen version -VERSION = 0.8.5 +VERSION = 0.8.5-svn # Customize below to fit your system @@ -19,8 +19,8 @@ INCS = -I. -I/usr/include -I${X11INC} # Comment : Add # to the beginning of the respective lines # Option 1: No Xinerama no XPM -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" +#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 +#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" # Option 2: No Xinerama with XPM #LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXpm @@ -31,8 +31,8 @@ CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" #CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA # Option 4: With Xinerama and XPM -#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm -#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm +CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM # END of feature configuration -- cgit v1.2.3-54-g00ecf