From patchwork Wed Oct 11 18:31:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1456 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 97C3A60AD9 for ; Wed, 11 Oct 2017 09:22:58 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 0E34E2837; Wed, 11 Oct 2017 09:22:58 +0200 (CEST) Received: from tuxedo.stevee (unknown [46.125.250.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 041A02837; Wed, 11 Oct 2017 09:21:28 +0200 (CEST) From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] cairo: Update to 1.14.10 Date: Wed, 11 Oct 2017 09:31:17 +0200 Message-Id: <20171011073117.5485-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 --- cairo/cairo.nm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 \