]> git.pld-linux.org Git - packages/wxWidgets.git/blob - wxWidgets-link.patch
up to 3.2.4
[packages/wxWidgets.git] / wxWidgets-link.patch
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
10 +                LIBS="$LIBS `pkg-config pangocairo --libs`"
11 +            ],
12              [AC_MSG_WARN([Cairo library not found])]
13          )
14      else
This page took 0.096787 seconds and 3 git commands to generate.