mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Merge remote-tracking branch 'tuxbox/master'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b47699447
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-11 (Sat, 11 Feb 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
14
configure.ac
14
configure.ac
@@ -98,7 +98,17 @@ AM_CONDITIONAL(USE_TREMOR, test "$TREMOR" = "yes")
|
||||
|
||||
# TUXBOX_APPS_LIB_PKGCONFIG(OPENSSL,openssl)
|
||||
TUXBOX_APPS_LIB_PKGCONFIG(CURL,libcurl)
|
||||
PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 2.5.0], echo "freetype2 >= 2.5.0 found")
|
||||
|
||||
## For the check you must use the corresponding libtool number as version number,
|
||||
## see freetype source code docs/VERSIONS.TXT
|
||||
PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 16.2.10],
|
||||
[echo "freetype2 >= 2.5.0 found"], [
|
||||
## If freetype is not found:
|
||||
## Activate this line if you want to search with freetype-config instead
|
||||
[echo "freetype2 >= 2.5.0 not found, use alternative search method with freetype-config"]
|
||||
## Activate this line if you want to abort
|
||||
# AC_MSG_ERROR([freetype2 >= 2.5.0 not found])
|
||||
])
|
||||
|
||||
# fallback to curl-config (which is ugly for cross-compilation)
|
||||
if test -z "$CURL_LIBS" -a -z "$CURL_CFLAGS"; then
|
||||
@@ -107,7 +117,7 @@ fi
|
||||
# fallback to freetype-config (which is ugly for cross-compilation)
|
||||
if test -z "$FREETYPE_LIBS" -a -z "$FREETYPE_CFLAGS"; then
|
||||
TUXBOX_APPS_LIB_CONFIG(FREETYPE,freetype-config)
|
||||
CPPFLAGS+="$FREETYPE_CFLAGS"
|
||||
CPPFLAGS+=" $FREETYPE_CFLAGS"
|
||||
AC_MSG_CHECKING([whether FreeType version is 2.5.0 or higher])
|
||||
AC_TRY_CPP([
|
||||
#include <ft2build.h>
|
||||
|
Reference in New Issue
Block a user