diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-24 12:27:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-25 09:17:43 +0200 |
commit | af95968d96d3e943b2a33134727f48017b6885c4 (patch) | |
tree | fe9ee9b049471757077c1501669b9a27da82d886 /meta-xfce/recipes-apps | |
parent | a8708d0cae4f81f34b225193293767fedc4f38cf (diff) | |
download | meta-openembedded-af95968d96d3e943b2a33134727f48017b6885c4.tar.gz |
ristretto: add exo to DEPENDS
error message was:
| configure:7743: checking for exo-1 >= 0.4.0
| configure:7785: result: not found
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb index c139ea5d7..fec5c46b6 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.3.5.bb | |||
@@ -3,7 +3,8 @@ HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto" | |||
3 | SECTION = "x11/application" | 3 | SECTION = "x11/application" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | DEPENDS = "libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | 6 | PR = "r1" |
7 | DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | ||
7 | 8 | ||
8 | inherit xfce-app | 9 | inherit xfce-app |
9 | 10 | ||