diff options
| author | bakkeby <[email protected]> | 2021-02-11 12:01:08 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-02-11 12:01:08 +0100 |
| commit | 1d092253e3b9ee5e310957d83edb2effad10cdb8 (patch) | |
| tree | 308e95e54c2ddfd5b4dc6edaaeff3e932489159e /config.mk | |
| parent | b4758c388d968de19d633284e86a33c4fb592982 (diff) | |
| download | dwm-flexipatch-1d092253e3b9ee5e310957d83edb2effad10cdb8.tar.gz dwm-flexipatch-1d092253e3b9ee5e310957d83edb2effad10cdb8.zip | |
Adding riodraw patch
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -23,9 +23,9 @@ FREETYPEINC = /usr/include/freetype2 #KVMLIB = -lkvm # Uncomment this for the alpha patch / BAR_ALPHA_PATCH -#XRENDER = -lXrender +XRENDER = -lXrender -# Uncomment this for the mpdcontrol patch / MPDCONTROL_PATCH +# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH #MPDCLIENT = -lmpdclient # Uncomment for the pango patch / BAR_PANGO_PATCH @@ -33,14 +33,14 @@ FREETYPEINC = /usr/include/freetype2 #PANGOLIB = `pkg-config --libs xft pango pangoxft` # Uncomment for the ipc patch / IPC_PATCH -#YAJLLIBS = -lyajl -#YAJLINC = -I/usr/include/yajl +YAJLLIBS = -lyajl +YAJLINC = -I/usr/include/yajl # Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH #XEXTLIB = -lXext # Uncomment this for the swallow patch / SWALLOW_PATCH -#XCBLIBS = -lX11-xcb -lxcb -lxcb-res +XCBLIBS = -lX11-xcb -lxcb -lxcb-res # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} ${YAJLINC} ${PANGOINC} |
