]> git.pld-linux.org Git - packages/crossmingw32-pixman.git/blob - pixman-no_pkgconfig.patch
- updated to 0.16.6 (from pixman.spec)
[packages/crossmingw32-pixman.git] / pixman-no_pkgconfig.patch
1 --- pixman-0.12.0/configure.ac.orig     2008-11-27 00:33:27.424372137 +0100
2 +++ pixman-0.12.0/configure.ac  2008-11-27 00:33:46.923032039 +0100
3 @@ -282,14 +282,6 @@
4                     [enable tests using GTK+ [default=auto]])],
5     [enable_gtk=$enableval], [enable_gtk=auto])
6  
7 -PKG_PROG_PKG_CONFIG
8 -if test $enable_gtk = auto ; then
9 -   PKG_CHECK_EXISTS([gtk+-2.0], [enable_gtk=yes], [enable_gtk=no])
10 -fi
11 -if test $enable_gtk = yes ; then
12 -   PKG_CHECK_MODULES(GTK, [gtk+-2.0])
13 -fi
14 -
15  AM_CONDITIONAL(HAVE_GTK, [test "x$enable_gtk" = xyes])
16  
17  AC_SUBST(GTK_CFLAGS)
This page took 0.021657 seconds and 3 git commands to generate.