diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2')
| -rw-r--r-- | meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb index 490e2bc86b..4ed7368fd0 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | |||
| @@ -11,6 +11,9 @@ DEPENDS = "gnome-common gtk+ startup-notification dbus dbus-glib" | |||
| 11 | DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | 11 | DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" |
| 12 | DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 12 | DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
| 13 | 13 | ||
| 14 | # The startup-notification requires x11 in DISTRO_FEATURES | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 16 | |||
| 14 | SRCREV = "26a3a67b41c50e0ae163d8fe86ccf7a0f0a671ae" | 17 | SRCREV = "26a3a67b41c50e0ae163d8fe86ccf7a0f0a671ae" |
| 15 | PV = "2.0+git${SRCPV}" | 18 | PV = "2.0+git${SRCPV}" |
| 16 | 19 | ||
| @@ -33,4 +36,4 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | |||
| 33 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 36 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |
| 34 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la" | 37 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la" |
| 35 | 38 | ||
| 36 | inherit autotools pkgconfig | 39 | inherit autotools pkgconfig distro_features_check |
