matchbox-panel-2: Fix the metadata

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin 2010-07-01 19:00:28 +08:00 committed by Richard Purdie
parent b2a2e197e8
commit ea1f53d2f3
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
LICENSE = "GPLv2"
DESCRIPTION = "A simple GTK+ based panel for handheld devices."
HOMEPAGE = "http://matchbox-project.org"
BUGTRACKER = "http://bugzilla.openedhand.com/"
LICENSE = "GPLv2+"
PRIORITY = "optional"
DEPENDS = "gtk+ startup-notification dbus dbus-glib"
DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}"