mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
gconf: enable gtk+ 2.0 support to build gconf-sanity-check-2
This is needed for e.g. gnome-session: gnome-session[424]: WARNING: Failed to run gconf-sanity-check-2: Failed to execute child process "/usr/libexec/gconf-sanity-check-2" (No such file or directory) (From OE-Core rev: ecf15d60dd0c255c80de223dad08234e915916a2) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f17c9d3b38
commit
b02e7d45e0
@@ -3,10 +3,10 @@ SECTION = "x11/gnome"
|
|||||||
LICENSE = "LGPLv2+"
|
LICENSE = "LGPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native polkit"
|
DEPENDS = "glib-2.0 gtk+ dbus dbus-glib libxml2 intltool-native polkit"
|
||||||
DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native"
|
DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native"
|
||||||
|
|
||||||
PR = "r3"
|
PR = "r5"
|
||||||
|
|
||||||
inherit gnomebase
|
inherit gnomebase
|
||||||
|
|
||||||
@@ -21,8 +21,10 @@ S = "${WORKDIR}/GConf-${PV}"
|
|||||||
|
|
||||||
POLKIT_OECONF = "--enable-defaults-service"
|
POLKIT_OECONF = "--enable-defaults-service"
|
||||||
POLKIT_OECONF_virtclass-native = "--disable-defaults-service"
|
POLKIT_OECONF_virtclass-native = "--disable-defaults-service"
|
||||||
EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes \
|
GTKOECONF = "--with-gtk=2.0 --enable-gtk"
|
||||||
--disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF}"
|
GTKOECONF_virtclass-native = "--disable-gtk"
|
||||||
|
EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \
|
||||||
|
--disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} ${GTKOECONF}"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
touch gtk-doc.make
|
touch gtk-doc.make
|
||||||
|
|||||||
Reference in New Issue
Block a user