Be more paranoid about checking for GTK+
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 23 Aug 2010 13:27:38 +0000 (09:27 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 24 Aug 2010 12:12:20 +0000 (08:12 -0400)
commit5b99710042e812d294f571ad6d86fb003a8071e3
tree72c177f60b2f2c3064ade7878d7686b075002f17
parent5530bcab26508f38a25d2afffa7fef20f35a68e1
Be more paranoid about checking for GTK+

From time to time people run into issues where the configure script
detects GTK+ when it is either not installed, or not functional due to
a missing pixman. Most recently:

  https://bugs.freedesktop.org/show_bug.cgi?id=29736

This patch makes the configure script more paranoid by

- always using PKG_CHECK_MODULES and not PKG_CHECK_EXISTS, since it
seems PKG_CHECK_EXISTS will sometimes return true even if a dependency
of GTK+, such as pixman-1, is missing.

- explicitly checking that pixman-1 is installed before enabling GTK+.

Cc: my.somewhat.lengthy.loginname@gmail.com
configure.ac