diff options
| -rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index 4dfd81b24b..cf23701656 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
| 2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
| 3 | DEPENDS = "gtk+ startup-notification apmd dbus dbus-glib" | 3 | DEPENDS = "gtk+ startup-notification dbus dbus-glib" |
| 4 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | ||
| 5 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | ||
| 6 | |||
| 4 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCREV}" |
| 5 | PR = "r3" | 8 | PR = "r4" |
| 6 | 9 | ||
| 7 | RPROVIDES_${PN} = "matchbox-panel" | 10 | RPROVIDES_${PN} = "matchbox-panel" |
| 8 | RREPLACES_${PN} = "matchbox-panel" | 11 | RREPLACES_${PN} = "matchbox-panel" |
| @@ -11,6 +14,8 @@ RCONFLICTS_${PN} = "matchbox-panel" | |||
| 11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
| 12 | 15 | ||
| 13 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" | 16 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |
| 17 | EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" | ||
| 18 | EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}" | ||
| 14 | 19 | ||
| 15 | S = "${WORKDIR}/${PN}" | 20 | S = "${WORKDIR}/${PN}" |
| 16 | 21 | ||
