diff options
Diffstat (limited to 'community/dzen/0001-Enable-Xinerama-and-XPM.patch')
-rw-r--r-- | community/dzen/0001-Enable-Xinerama-and-XPM.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/community/dzen/0001-Enable-Xinerama-and-XPM.patch b/community/dzen/0001-Enable-Xinerama-and-XPM.patch new file mode 100644 index 0000000000..2c8e80f9d2 --- /dev/null +++ b/community/dzen/0001-Enable-Xinerama-and-XPM.patch @@ -0,0 +1,38 @@ +From 7567726279137c6af5c62a52a1fa32d4a7c2b56e Mon Sep 17 00:00:00 2001 +From: Olivier Mauras <olivier@mauras.ch> +Date: Tue, 24 Mar 2015 14:30:32 +0100 +Subject: [PATCH] Enable Xinerama and XPM + +--- + config.mk | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/config.mk b/config.mk +index 311f785..0cd233e 100644 +--- a/config.mk ++++ b/config.mk +@@ -39,8 +39,8 @@ INCS = -I. -I/usr/include -I${X11INC} + + + ## Option 5: With XFT +-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs xft` +-CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` ++#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs xft` ++#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` + + + ## Option 6: With XPM and XFT +@@ -54,8 +54,8 @@ CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cfl + + + ## Option 8: With Xinerama and XPM and XFT +-#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` +-#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` ++LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` ++CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` + + + +-- +2.3.3 + |