mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 18:06:58 +00:00
libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3
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 <jackie.huang@windriver.com> Acked-By: Andreas Müller <schnitzeltony@goolglemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f93a237ef2
commit
da6021b225
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user