From fa1d9b518708103b0b2e259aa78f8dd694cfc0d6 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 10 May 2015 19:30:03 -0700 Subject: recipes-sato: add x11 to REQUIRED_DISTRO_FEATURES They can't be built withou x11 in DISTRO_FEATURES. Signed-off-by: Robert Yang --- meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-sato/pcmanfm') diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb index 14f58ae68f..6ef0347af7 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb @@ -23,7 +23,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.xz \ SRC_URI[md5sum] = "c993402d407b0a3fc076f842ac1bc5c9" SRC_URI[sha256sum] = "cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380" -inherit autotools pkgconfig +inherit autotools pkgconfig distro_features_check + +# The startup-notification requires x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" do_install_append () { install -d ${D}/${datadir} -- cgit 1.2.3-korg