[oe-commits] Denis 'GNUtoo' Carikli : epdfview: disable cups

git at git.openembedded.org git at git.openembedded.org
Fri Dec 16 07:49:06 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 72abfbf06ec70414bc66e5d335591a8d05047637
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=72abfbf06ec70414bc66e5d335591a8d05047637

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Dec  9 07:30:12 2011 +0100

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 at no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 5351733..5f6bbf4 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"
 SECTION = "x11/applications"
 DEPENDS = "gtk+ poppler"
 
+PR = "r1"
+
+EXTRA_OECONF += "--without-cups"
+
 inherit autotools gettext
 
 SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2"





More information about the Openembedded-commits mailing list