use configure's xft flags
This commit is contained in:
parent
379ccf45cd
commit
e40e3d68ef
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@
|
||||
CPPFLAGS=$(XFT_CFLAGS) @CPPFLAGS@
|
||||
|
||||
INCLUDES= -I../src
|
||||
|
||||
|
|
Loading…
Reference in a new issue