From patchwork Tue Jul 24 12:27:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-xfce] ristretto: add exo to DEPENDS Date: Tue, 24 Jul 2012 12:27:30 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 32933 Message-Id: <1343132850-32242-1-git-send-email-schnitzeltony@googlemail.com> To: openembedded-devel@lists.openembedded.org error message was: | configure:7743: checking for exo-1 >= 0.4.0 | configure:7785: result: not found Signed-off-by: Andreas Müller --- .../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 c139ea5..fec5c46 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" SECTION = "x11/application" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" +PR = "r1" +DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" inherit xfce-app