]> git.pld-linux.org Git - packages/aewm.git/commitdiff
- enabled xft support
authorhavner <havner@pld-linux.org>
Tue, 10 Aug 2004 17:48:44 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewm-xft.patch -> 1.1

aewm-xft.patch [new file with mode: 0644]

diff --git a/aewm-xft.patch b/aewm-xft.patch
new file mode 100644 (file)
index 0000000..23633a7
--- /dev/null
@@ -0,0 +1,21 @@
+diff -ur aewm-1.2.3.orig/src/Makefile aewm-1.2.3/src/Makefile
+--- aewm-1.2.3.orig/src/Makefile       2003-03-27 21:23:44.000000000 +0100
++++ aewm-1.2.3/src/Makefile    2004-08-10 19:43:58.669304216 +0200
+@@ -17,13 +17,13 @@
+ # Uncomment to add MWM hints support. This requires Lesstif headers at
+ # build time, but does not link against Lesstif.
+-#DEFINES += -DMWM_HINTS
++DEFINES += -DMWM_HINTS
+ # Uncomment to add freetype support (requires XFree86 4.0.2 or later).
+ # This depends on -lXext above, even if you have disabled shape support.
+-#DEFINES += -DXFT
+-#EXTRA_INC += `pkg-config --cflags xft`
+-#EXTRA_LIBS += `pkg-config --libs xft`
++DEFINES += -DXFT
++EXTRA_INC += `pkg-config --cflags xft`
++EXTRA_LIBS += `pkg-config --libs xft`
+ # Uncomment for debugging info (abandon all hope, ye who enter here).
+ #DEFINES += -DDEBUG
This page took 0.08183 seconds and 4 git commands to generate.