cairo: Update to 1.14.10

Message ID 20171011073117.5485-1-stefan.schantl@ipfire.org
State Accepted
Commit 6e454b0082be5cf6fa57d502b3a15fa24c146bb3
Headers
Series cairo: Update to 1.14.10 |

Commit Message

Stefan Schantl Oct. 11, 2017, 6:31 p.m. UTC
  This is a minor update to the latest available version of the cairo
1.14 series.

* Drop backend support for X11 and Xext.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 cairo/cairo.nm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
  

Patch

diff --git a/cairo/cairo.nm b/cairo/cairo.nm
index ee3c1c3..4fdd382 100644
--- a/cairo/cairo.nm
+++ b/cairo/cairo.nm
@@ -4,7 +4,7 @@ 
 ###############################################################################
 
 name       = cairo
-version    = 1.14.6
+version    = 1.14.10
 release    = 1
 
 groups     = System/Graphics
@@ -27,8 +27,6 @@  build
 		freetype-devel
 		glib2-devel >= 2.14
 		gobject-introspection-devel
-		libX11-devel
-		libXext-devel>=1.3.1
 		libxml2-devel
 		libpng-devel
 		pixman-devel >= 0.30.0
@@ -37,7 +35,6 @@  build
 	end
 
 	configure_options += \
-		--enable-xlib \
 		--enable-xml \
 		--enable-gobject \
 		--disable-gtk-doc \