Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] qt4.inc: depend on tiff
@ 2012-02-27 17:10 Andreas Oberritter
  2012-02-27 17:20 ` Otavio Salvador
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Oberritter @ 2012-02-27 17:10 UTC (permalink / raw)
  To: openembedded-core

* Fixes the following error with qt4-embedded-4.8.0 and possibly others:

| ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such file or directory

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 meta/recipes-qt/qt4/qt4.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
index ea868ff..a16a475 100644
--- a/meta/recipes-qt/qt4/qt4.inc
+++ b/meta/recipes-qt/qt4/qt4.inc
@@ -1,6 +1,6 @@
 inherit qmake_base
 
-DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3"
+DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3 tiff"
 
 require qt4_arch.inc
 QT_ARCH := "${@qt_arch(d)}"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-02-28 19:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 17:10 [PATCH] qt4.inc: depend on tiff Andreas Oberritter
2012-02-27 17:20 ` Otavio Salvador
2012-02-27 17:24   ` Paul Eggleton
2012-02-28  1:02     ` [PATCH v2] " Andreas Oberritter
2012-02-28  1:46       ` Otavio Salvador
2012-02-28  6:50         ` Martin Jansa
2012-02-28 12:16           ` Otavio Salvador
2012-02-28 12:25             ` Martin Jansa
2012-02-28 18:55       ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox