diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:31:05 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-11-29 08:22:23 -0800 |
commit | f470662daaceee22ee93a3df59f3a0af3b56c10b (patch) | |
tree | 5efc268e1bd2e0e8deb671346e44d766e0caf5da | |
parent | a905a4bc53c3998aad7fb9a5ab273a6a2fe60857 (diff) | |
download | meta-openembedded-f470662daaceee22ee93a3df59f3a0af3b56c10b.tar.gz |
thunar-volman: add x11 to REQUIRED_DISTRO_FEATURES
thunar-volman depends on gtk+ and libxfce4ui which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit b1f1aeac93f9dad118df2a8f413ddfea4b1f92fd)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb index 44e3777fa2..c61d4512d7 100644 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb | |||
@@ -4,7 +4,9 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify libgudev" | 5 | DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify libgudev" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce distro_features_check |
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
8 | 10 | ||
9 | SRC_URI += "file://0001-Fix-return-with-no-value-in-function-returning-non-v.patch" | 11 | SRC_URI += "file://0001-Fix-return-with-no-value-in-function-returning-non-v.patch" |
10 | SRC_URI[md5sum] = "65ab6e05b2e808d1dcc8d36683a59b7e" | 12 | SRC_URI[md5sum] = "65ab6e05b2e808d1dcc8d36683a59b7e" |