From 8f0542c3775d9ff16affd40fad4db218f969845f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 30 Jan 2017 14:18:31 +0100 Subject: [PATCH] configure.ac: fix native build Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ef78979165f2f76169b519ce41610524dc299043 Author: vanhofen Date: 2017-01-30 (Mon, 30 Jan 2017) Origin message was: ------------------ - configure.ac: fix native build ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 76f3ca2bd..a96f02d08 100644 --- a/configure.ac +++ b/configure.ac @@ -99,6 +99,7 @@ AM_CONDITIONAL(USE_TREMOR, test "$TREMOR" = "yes") # TUXBOX_APPS_LIB_PKGCONFIG(OPENSSL,openssl) TUXBOX_APPS_LIB_PKGCONFIG(CURL,libcurl) TUXBOX_APPS_LIB_PKGCONFIG(FREETYPE,freetype2) +CPPFLAGS=`freetype-config --cflags` AC_MSG_CHECKING([whether FreeType version is 2.5.0 or higher]) AC_TRY_CPP([ #include