diff options
author | Eric Bénard <eric@eukrea.com> | 2013-09-19 13:57:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:33 +0100 |
commit | cb2496c607016e4d89af9ff0ef51bcea0701bd53 (patch) | |
tree | a8f6990348818318f4154494ea0542818b4f7b8e /meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |
parent | 77ae0d905a5bfce86b64c5e56997830e90fdd319 (diff) | |
download | poky-cb2496c607016e4d89af9ff0ef51bcea0701bd53.tar.gz |
qt-mobility: fix build without X11
else we get :
arm-oe-linux-gnueabi-g++ -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon .../...
ibQtSystemInfoE.so.1 -o libQtSystemInfoE.so.1.2.0 .../... -lblkid -ludev -lX11 -lXrandr -lQtDBusE -lQtXmlE -lQtGuiE -lEGL -lQtNetworkE -lQtCoreE -lpthread
.../build/tmp-defaultsetup-eglibc-eglibc/sysroots/x86_64-linux/usr/libexec/armv7a-vfp-neon-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: cannot find -lXrandr
make[2]: *** [../../lib/libQtSystemInfoE.so.1.2.0] Error 1
(From OE-Core rev: 21857f0842501b0c72c77e5fb290aec85b1c28ff)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt-mobility_1.2.0.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index b9367a850c..062702ff5a 100644 --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |||
@@ -18,6 +18,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.t | |||
18 | file://qt-mobility-no-opengl.patch \ | 18 | file://qt-mobility-no-opengl.patch \ |
19 | file://gcc-scope.patch \ | 19 | file://gcc-scope.patch \ |
20 | file://qt-mobility-no-xvideo.patch \ | 20 | file://qt-mobility-no-xvideo.patch \ |
21 | file://0001-fix-embedded-usage-doesn-t-work-outside-of-Qt.patch \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8" | 24 | SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8" |