You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/ftgl/files/ftgl-2.1.3_rc5-freetype_pkg...

12 lines
263 B

--- ftgl-2.1.3~rc5/configure.ac
+++ ftgl-2.1.3~rc5/configure.ac
@@ -41,7 +41,7 @@
AC_PATH_X
-AC_CHECK_FT2([9.0.3],[],
+PKG_CHECK_MODULES(FT2, freetype2 >= 9.0.3,,
[AC_MSG_ERROR([FreeType2 is required to compile this library])])
AC_PATH_XTRA