All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config
@ 2019-12-01 16:51 Andreas Müller
  2019-12-01 16:51 ` [PATCH 2/7] gnome-system-monitor: add gsettings to inherit Andreas Müller
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Andreas Müller @ 2019-12-01 16:51 UTC (permalink / raw)
  To: openembedded-devel

* DEPENDS: gconf and intltool-native are not required / gtk+3 pulls glib-2.0
* --disable-schemas-install is leftover from times gconf was used

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb
index d3b3bde43..52d6eeb13 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb
@@ -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 = "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"
-
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-12-02  6:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-01 16:51 [PATCH 1/7] libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config Andreas Müller
2019-12-01 16:51 ` [PATCH 2/7] gnome-system-monitor: add gsettings to inherit Andreas Müller
2019-12-01 16:51 ` [PATCH 3/7] tracker-miners: initial add 2.3.1 Andreas Müller
2019-12-01 16:51 ` [PATCH 4/7] nautilus: add tracker-miners to RDPENDS Andreas Müller
2019-12-01 16:51 ` [PATCH 5/7] xserver-xorg-cvt-native: initial add 1.20.5 Andreas Müller
2019-12-02  6:28   ` Khem Raj
2019-12-01 16:51 ` [PATCH 6/7] mutter: initial add 3.34.1 Andreas Müller
2019-12-01 16:51 ` [PATCH 7/7] nodejs: Add PACKAGECONFIG share to allow other projects to use node as library Andreas Müller
2019-12-01 18:52   ` Khem Raj
2019-12-01 17:35 ` [PATCH 1/7] libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config Adrian Bunk
2019-12-01 18:50   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.