configure.ac: Just look for png, not png12

This commit is contained in:
Kristian Høgsberg 2011-05-02 13:37:47 -04:00
parent fac11d25e4
commit 8ff7a3c8da

View File

@ -35,7 +35,7 @@ AC_CHECK_FUNC([dlopen], [],
AC_SUBST(DLOPEN_LIBS)
PKG_CHECK_MODULES(COMPOSITOR,
[wayland-server egl >= 7.10 glesv2 pixman-1 libpng12])
[wayland-server egl >= 7.10 glesv2 pixman-1 libpng])
AC_CHECK_PROG(RSVG_CONVERT, rsvg-convert, rsvg-convert)
AM_CONDITIONAL(HAVE_RSVG_CONVERT, test -n "$RSVG_CONVERT")