From da6021b2251a2d796ec6a19946ce4273429cba09 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 11 Sep 2015 15:22:09 +0800 Subject: libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gtk libs was separated into PN-gtk after commit: d4e5b33 libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packages but config files such as xfce4-keyboard-shortcuts.xml is in PN, it works without this, but there no any keyboard shortcut, add the RDEPENDS so that the libs and config files will be both installed. Signed-off-by: Jackie Huang Acked-By: Andreas Müller Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb index 26d21c1f0b..723c20d24b 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb @@ -28,3 +28,6 @@ FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ PACKAGES += "${PN}-glade" FILES_${PN}-glade = "${libdir}/glade3 \ ${datadir}/glade3" + +RDEPENDS_${PN}-gtk2 = "${PN}" +RDEPENDS_${PN}-gtk3 = "${PN}" -- cgit 1.2.3-korg