summaryrefslogtreecommitdiffstats
path: root/domino
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-04-06 19:49:19 +0200
committerSlávek Banko <[email protected]>2016-04-06 19:49:19 +0200
commit0fc8bd091a374e11cf7b517e01ab0712161049d3 (patch)
tree341d33bb515b89bf49cf44106fae6cf2e2998611 /domino
parent2c9119a5eff2397157a75f13b901e417f9d3bd12 (diff)
downloadtde-style-domino-0fc8bd091a374e11cf7b517e01ab0712161049d3.tar.gz
tde-style-domino-0fc8bd091a374e11cf7b517e01ab0712161049d3.zip
Fix hardcoded path for freetype2 includes
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'domino')
-rw-r--r--domino/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/domino/Makefile.am b/domino/Makefile.am
index fcb61e0..d182150 100644
--- a/domino/Makefile.am
+++ b/domino/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
-KDE_CXXFLAGS = -DQT_PLUGIN -I/usr/include/freetype2
+KDE_CXXFLAGS = -DQT_PLUGIN $(FT2_CFLAGS)
INCLUDES = $(all_includes)