diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-08-23 01:08:12 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-08-23 01:09:49 +0200 |
commit | b5d1784a23381da3758fb94233edd85d3c4d9511 (patch) | |
tree | 90f3ce28f6fda59e2bf26294b4d9b083c8f24de6 /recipes/xournal | |
parent | a496f00049d2e2d8326e94c55b6fd0fccd252390 (diff) |
xournal: add explicit dependency on poppler for version 0.4.5. Bump PR.
Diffstat (limited to 'recipes/xournal')
-rw-r--r-- | recipes/xournal/xournal_0.4.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xournal/xournal_0.4.5.bb b/recipes/xournal/xournal_0.4.5.bb index 94f3c7b6d7..ad1c3cabbe 100644 --- a/recipes/xournal/xournal_0.4.5.bb +++ b/recipes/xournal/xournal_0.4.5.bb @@ -1,11 +1,11 @@ HOMEPAGE = "http://xournal.sf.net/" DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus." -DEPENDS = "gtk+ libgnomecanvas libgnomeprintui" +DEPENDS = "gtk+ libgnomecanvas libgnomeprintui poppler" # For pdftopnm: RDEPENDS_${PN} = "poppler" SECTION = "x11" LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \ " |