diff options
Diffstat (limited to 'recipes/lxde/lxpanel_0.3.99.bb')
-rw-r--r-- | recipes/lxde/lxpanel_0.3.99.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/lxde/lxpanel_0.3.99.bb b/recipes/lxde/lxpanel_0.3.99.bb new file mode 100644 index 0000000000..1a8ce3d553 --- /dev/null +++ b/recipes/lxde/lxpanel_0.3.99.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "LXDE Panel" +SECTION = "x11" +DEPENDS = "menu-cache" +RDEPENDS = "lxmenu-data" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" + +inherit autotools + +FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" +EXTRA_OECONF += "--with-plugins=none" |