[cairo] [PATCH] cairo.pc fix
Enrico Weigelt
weigelt at metux.de
Mon Oct 3 10:27:06 PDT 2005
Hi folks,
here's a little patch I needed to get recent pango building
w/ cairo. The problem is that "Requires.private" is not
understood and so the whole lib dependencies as well as
the resulting -L / -l options are missing.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact at metux.de
cellphone: +49 174 7066481
---------------------------------------------------------------------
-- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
---------------------------------------------------------------------
-------------- next part --------------
diff -ruN cairo-1.0.0.orig/configure cairo-1.0.0/configure
--- cairo-1.0.0.orig/configure Wed Aug 24 18:28:44 2005
+++ cairo-1.0.0/configure Mon Oct 3 19:20:53 2005
@@ -24758,7 +24758,7 @@
case `$PKG_CONFIG --version` in
0.?|0.10-7) PKGCONFIG_REQUIRES="Requires"; ;;
-*) PKGCONFIG_REQUIRES="Requires.private"; ;;
+*) PKGCONFIG_REQUIRES="Requires"; ;;
esac
diff -ruN cairo-1.0.0.orig/configure.in cairo-1.0.0/configure.in
--- cairo-1.0.0.orig/configure.in Wed Aug 24 18:26:10 2005
+++ cairo-1.0.0/configure.in Mon Oct 3 19:21:14 2005
@@ -468,7 +468,7 @@
case `$PKG_CONFIG --version` in
0.?|0.1[0-7]) PKGCONFIG_REQUIRES="Requires"; ;;
-*) PKGCONFIG_REQUIRES="Requires.private"; ;;
+*) PKGCONFIG_REQUIRES="Requires"; ;;
esac
AC_SUBST(PKGCONFIG_REQUIRES)
More information about the cairo
mailing list