mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
* based on Koen's patch [1] * use libxfce4ui instead of libxfcegui4 [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035589.html Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
inherit xfce
|
|
|
|
DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
|
|
|
|
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
|
|
|
FILES_${PN} += "${datadir}/xfce4/panel-plugins/"
|
|
FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"
|