diff options
Diffstat (limited to 'meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb')
-rw-r--r-- | meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb index a079e03d97..8794032d25 100644 --- a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb +++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://git.yoctoproject.org/screenshot" | |||
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig distro_features_check |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/matchbox-panel/*.so" | 21 | FILES_${PN} += "${libdir}/matchbox-panel/*.so" |
22 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 22 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |
@@ -24,3 +24,6 @@ FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | |||
24 | do_install_append () { | 24 | do_install_append () { |
25 | rm ${D}${libdir}/matchbox-panel/*.la | 25 | rm ${D}${libdir}/matchbox-panel/*.la |
26 | } | 26 | } |
27 | |||
28 | # The matchbox-panel-2 requires x11 in DISTRO_FEATURES | ||
29 | REQUIRED_DISTRO_FEATURES = "x11" | ||