summaryrefslogtreecommitdiff
blob: a1ce351917d4d433716cf67d058d7c1a5e37bc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Allows to properly detect libpng if USE="-truetype"

https://bugs.gentoo.org/show_bug.cgi?id=326803

Patch written by Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
--- configure.ac
+++ configure.ac
@@ -10,6 +10,7 @@
 AC_PROG_CXX
 AC_PROG_INSTALL
 AC_PROG_SED
+PKG_PROG_PKG_CONFIG
 
 AC_LANG_CPLUSPLUS