]> git.pld-linux.org Git - packages/wxWidgets.git/blame - wxWidgets-link.patch
- merge DEVEL
[packages/wxWidgets.git] / wxWidgets-link.patch
CommitLineData
4e30455c 1--- wxWidgets-2.9.1/configure.in~ 2011-02-25 10:15:34.175328030 +0100
2+++ wxWidgets-2.9.1/configure.in 2011-02-25 10:56:37.046283458 +0100
3@@ -7478,7 +7478,10 @@
4 fi
5 elif test "$wxUSE_GTK" = 1; then
6 PKG_CHECK_MODULES(CAIRO, cairo,
7- [wx_has_graphics=1],
8+ [
9+ wx_has_graphics=1
1e1eb2a1 10+ LIBS="$LIBS `pkg-config pangocairo --libs`"
4e30455c 11+ ],
12 [AC_MSG_WARN([Cairo library not found])]
13 )
14 else
This page took 0.025715 seconds and 4 git commands to generate.