From c0a7ff5524368a97c548ccb22eb639cf706d15b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 15 May 2012 22:54:33 -0400 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f8ee2fa7..f207c3c3 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")