mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Comment out non-default libraries from config.mk
This commit is contained in:
parent
012d1f7639
commit
199b363c23
@ -23,7 +23,7 @@ FREETYPEINC = /usr/include/freetype2
|
|||||||
#KVMLIB = -lkvm
|
#KVMLIB = -lkvm
|
||||||
|
|
||||||
# Uncomment this for the alpha patch / BAR_ALPHA_PATCH
|
# Uncomment this for the alpha patch / BAR_ALPHA_PATCH
|
||||||
XRENDER = -lXrender
|
#XRENDER = -lXrender
|
||||||
|
|
||||||
# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH
|
# Uncomment this for the mdpcontrol patch / MDPCONTROL_PATCH
|
||||||
#MPDCLIENT = -lmpdclient
|
#MPDCLIENT = -lmpdclient
|
||||||
@ -33,14 +33,14 @@ XRENDER = -lXrender
|
|||||||
#PANGOLIB = `pkg-config --libs xft pango pangoxft`
|
#PANGOLIB = `pkg-config --libs xft pango pangoxft`
|
||||||
|
|
||||||
# Uncomment for the ipc patch / IPC_PATCH
|
# Uncomment for the ipc patch / IPC_PATCH
|
||||||
YAJLLIBS = -lyajl
|
#YAJLLIBS = -lyajl
|
||||||
YAJLINC = -I/usr/include/yajl
|
#YAJLINC = -I/usr/include/yajl
|
||||||
|
|
||||||
# Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH
|
# Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH
|
||||||
#XEXTLIB = -lXext
|
#XEXTLIB = -lXext
|
||||||
|
|
||||||
# Uncomment this for the swallow patch / SWALLOW_PATCH
|
# Uncomment this for the swallow patch / SWALLOW_PATCH
|
||||||
XCBLIBS = -lX11-xcb -lxcb -lxcb-res
|
#XCBLIBS = -lX11-xcb -lxcb -lxcb-res
|
||||||
|
|
||||||
# includes and libs
|
# includes and libs
|
||||||
INCS = -I${X11INC} -I${FREETYPEINC} ${YAJLINC} ${PANGOINC}
|
INCS = -I${X11INC} -I${FREETYPEINC} ${YAJLINC} ${PANGOINC}
|
||||||
|
Loading…
Reference in New Issue
Block a user