configure.ac: Just look for png, not png12
This commit is contained in:
parent
fac11d25e4
commit
8ff7a3c8da
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user