]> git.pld-linux.org Git - packages/aewm.git/blob - aewm-xft.patch
- renamed gnome bcond
[packages/aewm.git] / aewm-xft.patch
1 diff -ur aewm-1.2.3.orig/src/Makefile aewm-1.2.3/src/Makefile
2 --- aewm-1.2.3.orig/src/Makefile        2003-03-27 21:23:44.000000000 +0100
3 +++ aewm-1.2.3/src/Makefile     2004-08-10 19:43:58.669304216 +0200
4 @@ -17,13 +17,13 @@
5  
6  # Uncomment to add MWM hints support. This requires Lesstif headers at
7  # build time, but does not link against Lesstif.
8 -#DEFINES += -DMWM_HINTS
9 +DEFINES += -DMWM_HINTS
10  
11  # Uncomment to add Xft support (requires X.Org or XFree86 >= 4.0.2).
12  # This depends on -lXext above, even if you have disabled shape support.
13 -#DEFINES += -DXFT
14 -#EXTRA_INC += `pkg-config --cflags xft`
15 -#EXTRA_LIBS += `pkg-config --libs xft`
16 +DEFINES += -DXFT
17 +EXTRA_INC += `pkg-config --cflags xft`
18 +EXTRA_LIBS += `pkg-config --libs xft`
19  
20  # Uncomment for debugging info (abandon all hope, ye who enter here).
21  #DEFINES += -DDEBUG
This page took 0.063768 seconds and 3 git commands to generate.