aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wxwidgets
diff options
context:
space:
mode:
authorMatt Thompson <matthewbot@gmail.com>2010-12-08 03:52:20 +0000
committerKhem Raj <raj.khem@gmail.com>2010-12-07 15:09:42 -0800
commitd360605deb0e7254732b07336218d5d97dbfb81d (patch)
tree5a9043a75fc1caaf74e81ba4ae3abc02885b4b3f /recipes/wxwidgets
parenta1c3771d028477b3a4242f4c35c1fa3c1248e2d6 (diff)
downloadopenembedded-d360605deb0e7254732b07336218d5d97dbfb81d.tar.gz
wxwidgets: added libxinerama to DEPENDS
| ./src/unix/displayx11.cpp:49:41: error: X11/extensions/Xinerama.h: No such file or directory | ./src/unix/displayx11.cpp:72: warning: ISO C++ forbids declaration of 'type name' with no type | ./src/unix/displayx11.cpp:72: error: 'operator const int' does not name a type | ./src/unix/displayx11.cpp:77: warning: ISO C++ forbids declaration of 'XineramaScreenInfo' with no type | ./src/unix/displayx11.cpp:77: error: expected ';' before '*' token Signed-off-by: Matt Thompson <matthewbot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/wxwidgets')
-rw-r--r--recipes/wxwidgets/wxwidgets.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wxwidgets/wxwidgets.inc b/recipes/wxwidgets/wxwidgets.inc
index 2fb2befbd6..4c4f77ffc9 100644
--- a/recipes/wxwidgets/wxwidgets.inc
+++ b/recipes/wxwidgets/wxwidgets.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "wxWidgets is a cross platform application framework utilizing nat
HOMEPAGE = "http://www.wxwidgets.org"
SECTION = "x11/libs"
LICENSE = "wxWindows"
-DEPENDS = "gtk+ jpeg tiff libpng zlib expat"
+DEPENDS = "gtk+ jpeg tiff libpng zlib expat libxinerama"
SRC_URI = "${SOURCEFORGE_MIRROR}/wxwindows/wxWidgets-${PV}.tar.bz2"