From 0fc8bd091a374e11cf7b517e01ab0712161049d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 6 Apr 2016 19:49:19 +0200 Subject: Fix hardcoded path for freetype2 includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- domino/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'domino') 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) -- cgit v1.2.1