Commenting out pango libraries

This commit is contained in:
bakkeby 2020-08-08 11:07:00 +02:00
parent 17d32014a3
commit f47269e387

View File

@ -22,8 +22,8 @@ FREETYPEINC = /usr/include/freetype2
#XRENDER = -lXrender
# Uncomment for the pango patch / PANGO_PATCH
PANGOINC = `pkg-config --cflags xft pango pangoxft`
PANGOLIB = `pkg-config --libs xft pango pangoxft`
#PANGOINC = `pkg-config --cflags xft pango pangoxft`
#PANGOLIB = `pkg-config --libs xft pango pangoxft`
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC) ${PANGOINC}