diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb index a387073d8f..d38e7f639f 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb | |||
@@ -21,7 +21,9 @@ RPROVIDES_${PN} = "matchbox-panel" | |||
21 | RREPLACES_${PN} = "matchbox-panel" | 21 | RREPLACES_${PN} = "matchbox-panel" |
22 | RCONFLICTS_${PN} = "matchbox-panel" | 22 | RCONFLICTS_${PN} = "matchbox-panel" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 24 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ |
25 | file://0001-applets-systray-Allow-icons-to-be-smaller.patch \ | ||
26 | " | ||
25 | 27 | ||
26 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" | 28 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |
27 | EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" | 29 | EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" |