summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-09 17:02:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:45 +0000
commit7bd32b9ce6436315d6e44e186aeeb4bb8708559c (patch)
treeec51097cebe1e67822329da10bd8cefc5e230923 /meta/recipes-gnome/gnome
parentefd37c5d39824591ce070872e97641054191eecb (diff)
downloadpoky-7bd32b9ce6436315d6e44e186aeeb4bb8708559c.tar.gz
recipes-gnome: fix introspection support
(From OE-Core rev: 1011ce60412b17e4a1d2293dabe76027547429f7) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index e50d077f08..feaf080191 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -3,9 +3,9 @@ SECTION = "x11/gnome"
3LICENSE = "LGPLv2+" 3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" 4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
5 5
6DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native gobject-introspection-stub" 6DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native"
7 7
8inherit gnomebase gtk-doc gettext 8inherit gnomebase gtk-doc gettext gobject-introspection
9 9
10SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ 10SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \
11 file://remove_plus_from_invalid_characters_list.patch \ 11 file://remove_plus_from_invalid_characters_list.patch \
@@ -18,7 +18,7 @@ SRC_URI[archive.sha256sum] = "1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e
18S = "${WORKDIR}/GConf-${PV}" 18S = "${WORKDIR}/GConf-${PV}"
19 19
20EXTRA_OECONF = "--enable-shared --disable-static --enable-debug=yes \ 20EXTRA_OECONF = "--enable-shared --disable-static --enable-debug=yes \
21 --disable-introspection --disable-orbit --with-openldap=no --disable-gtk" 21 --disable-orbit --with-openldap=no --disable-gtk"
22 22
23# Disable PolicyKit by default 23# Disable PolicyKit by default
24PACKAGECONFIG ??= "" 24PACKAGECONFIG ??= ""