From f2b85d1f346c56ce441dd6fea44ab6f3e043fa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Jun 2015 23:58:20 +0200 Subject: [PATCH] pcmanfm-qt: require x11 in DISTRO_FEATURES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb b/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb index 9fba352d..2f317032 100644 --- a/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb +++ b/recipes-lxqt/pcmanfm-qt/pcmanfm-qt_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4641e94ec96f98fabc56ff9cc48be14b" REQUIRED_DISTRO_FEATURES = "x11" -inherit lxqt pkgconfig +inherit lxqt pkgconfig distro_features_check DEPENDS += "qtx11extras glib-2.0 libxcb libfm menu-cache"