summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
index d82ea1920a..d0bfe28184 100644
--- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
+++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Library of functions for 2D graphics"
2SECTION = "x11/gnome" 2SECTION = "x11/gnome"
3LICENSE = "LGPLv2" 3LICENSE = "LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
5PR = "r1" 5PR = "r2"
6 6
7ART_CONFIG = "${HOST_ARCH}/art_config.h" 7ART_CONFIG = "${HOST_ARCH}/art_config.h"
8 8
@@ -14,7 +14,7 @@ SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
14SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" 14SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302"
15SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" 15SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa"
16 16
17inherit autotools pkgconfig 17inherit autotools gtk-doc pkgconfig
18 18
19DEPENDS = "" 19DEPENDS = ""
20 20
@@ -26,6 +26,3 @@ S = "${WORKDIR}/libart_lgpl-${PV}"
26do_configure_prepend() { 26do_configure_prepend() {
27 cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h 27 cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h
28} 28}
29
30EXTRA_OECONF = "--disable-gtk-doc"
31