libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config

* DEPENDS: gconf and intltool-native are not required
* --disable-schemas-install is leftover from times gconf was used

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2019-12-01 20:27:23 +01:00 committed by Khem Raj
parent 0c692f167e
commit 3fcf775334

View File

@ -4,14 +4,11 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
SECTION = "x11/gnome/libs"
DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native"
DEPENDS = "glib-2.0 gtk+3 libxklavier"
inherit features_check gnomebase gobject-introspection gettext
inherit features_check gnomebase gobject-introspection gsettings gettext
REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[archive.md5sum] = "98040022484406e7ebe25f82cef93344"
SRC_URI[archive.sha256sum] = "f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679"
EXTRA_OECONF_remove = "--disable-schemas-install"