diff options
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.8.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.8.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.8.bb b/packages/matchbox-panel/matchbox-panel_0.8.bb index e69de29bb2..fd31832b39 100644 --- a/packages/matchbox-panel/matchbox-panel_0.8.bb +++ b/packages/matchbox-panel/matchbox-panel_0.8.bb @@ -0,0 +1,14 @@ +SECTION = "x11/utils" +DESCRIPTION = "Matchbox panel" +LICENSE = "GPL" +DEPENDS = "libmatchbox x11 xext xpm" +RDEPENDS = "libmatchbox matchbox-common" + +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/${PV}/matchbox-panel-${PV}.tar.bz2" +S = "${WORKDIR}/matchbox-panel-${PV}" + +inherit autotools pkgconfig gettext + +EXTRA_OECONF = "--enable-small-icons" +# --enable-dnotify +# --enable-startup-notification |