mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
2ba3b00677
commit
72abfbf06e
@@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|||||||
SECTION = "x11/applications"
|
SECTION = "x11/applications"
|
||||||
DEPENDS = "gtk+ poppler"
|
DEPENDS = "gtk+ poppler"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--without-cups"
|
||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|
||||||
SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2"
|
SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2"
|
||||||
|
|||||||
Reference in New Issue
Block a user