diff options
| author | bakkeby <[email protected]> | 2020-07-18 13:04:39 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-07-18 13:04:39 +0200 |
| commit | aff7c0d8b8cd51b82df7d48c6db14af3353632cf (patch) | |
| tree | 670b624e546a857a4dc7c70bc89195ac2816166d /config.mk | |
| parent | 664484d572719df5c105b386fa30e8ba0b7825fa (diff) | |
| download | dwm-flexipatch-aff7c0d8b8cd51b82df7d48c6db14af3353632cf.tar.gz dwm-flexipatch-aff7c0d8b8cd51b82df7d48c6db14af3353632cf.zip | |
Revert config.mk uncommenting
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ FREETYPEINC = /usr/include/freetype2 #FREETYPEINC = ${X11INC}/freetype2 # Uncomment this for the alpha patch / BAR_ALPHA_PATCH -XRENDER = -lXrender +#XRENDER = -lXrender # Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH #MPDCLIENT = -lmpdclient @@ -34,7 +34,7 @@ XRENDER = -lXrender #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} ${PANGOINC} |
