mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 18:49:34 +02:00
librsvg: Update to version 2.32.0
Add doc/Makefile patch Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
17
meta/recipes-gnome/librsvg/librsvg-2.32.0/doc_Makefile.patch
Normal file
17
meta/recipes-gnome/librsvg/librsvg-2.32.0/doc_Makefile.patch
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Automake complains about using += before setting with =
|
||||||
|
|
||||||
|
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
||||||
|
|
||||||
|
Index: librsvg-2.32.0/doc/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- librsvg-2.32.0.orig/doc/Makefile.am 2010-11-24 13:13:28.000000000 -0800
|
||||||
|
+++ librsvg-2.32.0/doc/Makefile.am 2010-11-24 13:13:46.161312119 -0800
|
||||||
|
@@ -133,7 +133,7 @@
|
||||||
|
|
||||||
|
# Other files to distribute
|
||||||
|
# e.g. EXTRA_DIST += version.xml.in
|
||||||
|
-EXTRA_DIST += \
|
||||||
|
+EXTRA_DIST = \
|
||||||
|
version.xml.in
|
||||||
|
|
||||||
|
# Files not to distribute
|
||||||
@@ -10,6 +10,8 @@ SECTION = "x11/utils"
|
|||||||
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
|
SRC_URI += "file://doc_Makefile.patch"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
||||||
|
|
||||||
inherit autotools pkgconfig gnome
|
inherit autotools pkgconfig gnome
|
||||||
Reference in New Issue
Block a user