diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-15 22:54:33 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-15 22:54:33 -0400 |
commit | c0a7ff5524368a97c548ccb22eb639cf706d15b5 (patch) | |
tree | c62a5986fd5f4035f26a582e4dfd38b726df6fc7 | |
parent | 20d0028a5602b7ca683b991fdf66a794c3c01834 (diff) |
configure: Add pixman-1 to the compositor required packages
We used to get it through the IMAGE_LIBS/CFLAGS but we use it directly
in the compositor to add it as a direct dependency.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f8ee2fa..f207c3c 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_CHECK_FUNC([dlopen], [], AC_SUBST(DLOPEN_LIBS) PKG_CHECK_MODULES(COMPOSITOR, - [wayland-server egl >= 7.10 glesv2 xkbcommon]) + [wayland-server egl >= 7.10 glesv2 xkbcommon pixman-1]) AC_CHECK_PROG(RSVG_CONVERT, rsvg-convert, rsvg-convert) AM_CONDITIONAL(HAVE_RSVG_CONVERT, test -n "$RSVG_CONVERT") |