projects
/
profile
/
ivi
/
weston-ivi-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac11d2
)
configure.ac: Just look for png, not png12
author
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 2 May 2011 17:37:47 +0000
(13:37 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 2 May 2011 17:37:47 +0000
(13:37 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
81f90b6
..
a75039c
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-35,7
+35,7
@@
AC_CHECK_FUNC([dlopen], [],
AC_SUBST(DLOPEN_LIBS)
PKG_CHECK_MODULES(COMPOSITOR,
- [wayland-server egl >= 7.10 glesv2 pixman-1 libpng
12
])
+ [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")