cairo/cairo-remove-requires-private.patch

14 lines
396 B
Diff

--- configure.in
+++ configure.in
@@ -471,6 +471,10 @@
*) PKGCONFIG_REQUIRES="Requires.private"; ;;
esac
+# Hack. Don't use Requires.private, as otherwise f.i. the freetype
+# include patchs will be missing from the --cflags output for gtk+-2.0
+PKGCONFIG_REQUIRES="Requires"
+
AC_SUBST(PKGCONFIG_REQUIRES)
dnl ===========================================================================