diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-16 13:53:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:49 +0200 |
commit | 548560853579ef437762c1016353e8ad6c64cb45 (patch) | |
tree | a20b1d168f0fceea5a59473a59824d8e56af75ee /meta-xfce | |
parent | 9cf23ba8fd64cc3b1fddc25eca821b2ac09fc3a6 (diff) | |
download | meta-openembedded-548560853579ef437762c1016353e8ad6c64cb45.tar.gz |
xfconf: add dependency on xfce4-dev-tools-native
* we need it to provide xdt-features.m4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb index 8a3416c12..30d0de377 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Xfce configuration daemon and utilities" | |||
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | DEPENDS = "dbus-glib libxfce4util perl intltool-native" | 5 | DEPENDS = "dbus-glib libxfce4util perl intltool-native xfce4-dev-tools-native" |
6 | 6 | ||
7 | inherit xfce gtk-doc | 7 | inherit xfce gtk-doc |
8 | 8 | ||