mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
Commenting out pango libraries
This commit is contained in:
parent
17d32014a3
commit
f47269e387
@ -22,8 +22,8 @@ FREETYPEINC = /usr/include/freetype2
|
|||||||
#XRENDER = -lXrender
|
#XRENDER = -lXrender
|
||||||
|
|
||||||
# Uncomment for the pango patch / PANGO_PATCH
|
# Uncomment for the pango patch / PANGO_PATCH
|
||||||
PANGOINC = `pkg-config --cflags xft pango pangoxft`
|
#PANGOINC = `pkg-config --cflags xft pango pangoxft`
|
||||||
PANGOLIB = `pkg-config --libs xft pango pangoxft`
|
#PANGOLIB = `pkg-config --libs xft pango pangoxft`
|
||||||
|
|
||||||
# includes and libs
|
# includes and libs
|
||||||
INCS = -I$(X11INC) -I$(FREETYPEINC) ${PANGOINC}
|
INCS = -I$(X11INC) -I$(FREETYPEINC) ${PANGOINC}
|
||||||
|
Loading…
Reference in New Issue
Block a user