mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
librsvg: Upgrade 2.40.9 -> 2.40.10
Rebase gtk-option.patch (From OE-Core rev: 54fc08789321168026d4138fb6292cb6657e7ee5) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a1115559d3
commit
0e05155fdf
@@ -1,6 +1,6 @@
|
|||||||
From 85d4af4451283f388e1e101ee4710bb19854154d Mon Sep 17 00:00:00 2001
|
From 1c38d570b33f2b036d4fa47e929bb2b3264e38bd Mon Sep 17 00:00:00 2001
|
||||||
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
||||||
Date: Fri, 10 Apr 2015 16:49:43 +0300
|
Date: Tue, 11 Aug 2015 16:25:38 +0300
|
||||||
Subject: [PATCH] configure: add option to enable/disable use of GTK+
|
Subject: [PATCH] configure: add option to enable/disable use of GTK+
|
||||||
|
|
||||||
Distro packagers like predictability and automatically detected optional
|
Distro packagers like predictability and automatically detected optional
|
||||||
@@ -11,8 +11,7 @@ Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=712693]
|
|||||||
|
|
||||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||||
|
|
||||||
|
Forward-ported to 2.40.10
|
||||||
Forward-ported to 2.40.9
|
|
||||||
|
|
||||||
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
||||||
---
|
---
|
||||||
@@ -20,7 +19,7 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
|||||||
1 file changed, 11 insertions(+), 6 deletions(-)
|
1 file changed, 11 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index e86c052..16b0e34 100644
|
index bf77f3a..ca77de8 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -128,17 +128,22 @@ AC_CHECK_FUNCS(strtok_r)
|
@@ -128,17 +128,22 @@ AC_CHECK_FUNCS(strtok_r)
|
||||||
@@ -55,8 +54,8 @@ index e86c052..16b0e34 100644
|
|||||||
Build introspectable bindings: ${found_introspection}
|
Build introspectable bindings: ${found_introspection}
|
||||||
Build Vala bindings: ${enable_vala}
|
Build Vala bindings: ${enable_vala}
|
||||||
Build GdkPixbuf loader: ${enable_pixbuf_loader}
|
Build GdkPixbuf loader: ${enable_pixbuf_loader}
|
||||||
- GTK 3.0: ${have_gtk_3}
|
- GTK+ $GTK3_REQUIRED or later: ${have_gtk_3}
|
||||||
+ GTK 3.0: ${with_gtk3}
|
+ GTK+ $GTK3_REQUIRED or later: ${with_gtk_3}
|
||||||
Build miscellaenous tools: ${build_misc_tools}
|
Build miscellaenous tools: ${build_misc_tools}
|
||||||
"
|
"
|
||||||
--
|
--
|
||||||
|
|||||||
+2
-2
@@ -16,8 +16,8 @@ GNOME_COMPRESS_TYPE = "xz"
|
|||||||
|
|
||||||
SRC_URI += "file://gtk-option.patch"
|
SRC_URI += "file://gtk-option.patch"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "31df15e3beaa8fbbf538ca3c52b400d2"
|
SRC_URI[archive.md5sum] = "fadebe2e799ab159169ee3198415ff85"
|
||||||
SRC_URI[archive.sha256sum] = "13964c5d35357552b47d365c34215eee0a63bf0e6059b689f048648c6bf5f43a"
|
SRC_URI[archive.sha256sum] = "965c807438ce90b204e930ff80c92eba1606a2f6fd5ccfd09335c99896dd3479"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-introspection --disable-vala"
|
EXTRA_OECONF = "--disable-introspection --disable-vala"
|
||||||
|
|
||||||
Reference in New Issue
Block a user