diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-02-23 10:36:57 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@l3000.localdomain> | 2011-02-26 13:58:53 -0500 |
commit | 197df069a4037d6faa2723c31ffba09c95d71166 (patch) | |
tree | 2f757eb891aa33f0c93ed6a54da4004ad96cd4db /configure.ac | |
parent | f3d19c0cf3327cceb90f7378f5d8fc0c3e327400 (diff) |
Require pixman 0.21.6
The following patches need pixman_composite_trapezoids() and
pixman_add_triangles().
Signed-off-by: Soren Sandmann <ssp@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 85d5c980e..f1bfbdef0 100644 --- a/configure.ac +++ b/configure.ac @@ -807,7 +807,7 @@ LIBGLIB="glib-2.0 >= 2.16" LIBUDEV="libudev >= 143" LIBSELINUX="libselinux >= 2.0.86" LIBDBUS="dbus-1 >= 1.0" -LIBPIXMAN="pixman-1 >= 0.15.20" +LIBPIXMAN="pixman-1 >= 0.21.6" dnl Pixman is always required, but we separate it out so we can link dnl specific modules against it |