diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2011-12-09 07:30:12 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-16 08:43:43 +0100 |
| commit | 72abfbf06ec70414bc66e5d335591a8d05047637 (patch) | |
| tree | 502ccab187c92df072b18b55af3bb8b12e556fe9 /meta-efl/recipes-efl/efl/epdfview_0.1.8.bb | |
| parent | 2ba3b00677d245e824c9ac83b177a4f9a91f8b0f (diff) | |
| download | meta-openembedded-72abfbf06ec70414bc66e5d335591a8d05047637.tar.gz | |
epdfview: disable cups
* we usually don't want cups in target images, but cups was sometimes
autodetected and compilation failed
* | PrintPter.cxx:19:23: fatal error: cups/cups.h: No such file or directory
Under the SHR distribution for the nokia900 machine(and maybe all other machines)
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/epdfview_0.1.8.bb')
| -rw-r--r-- | meta-efl/recipes-efl/efl/epdfview_0.1.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/epdfview_0.1.8.bb b/meta-efl/recipes-efl/efl/epdfview_0.1.8.bb index 5351733c8d..5f6bbf4e77 100644 --- a/meta-efl/recipes-efl/efl/epdfview_0.1.8.bb +++ b/meta-efl/recipes-efl/efl/epdfview_0.1.8.bb | |||
| @@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
| 5 | SECTION = "x11/applications" | 5 | SECTION = "x11/applications" |
| 6 | DEPENDS = "gtk+ poppler" | 6 | DEPENDS = "gtk+ poppler" |
| 7 | 7 | ||
| 8 | PR = "r1" | ||
| 9 | |||
| 10 | EXTRA_OECONF += "--without-cups" | ||
| 11 | |||
| 8 | inherit autotools gettext | 12 | inherit autotools gettext |
| 9 | 13 | ||
| 10 | SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2" | 14 | SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2" |
