diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-10 19:37:29 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-10 19:37:29 +0100 |
commit | 37f8d271e8e4e8ce72378b048a27a5c4fce32ffe (patch) | |
tree | 3994b34ac3fd4e0c5b42e006184a2f2a255b14d4 /recipes/qt4/qt4-embedded-4.6.0 | |
parent | 0da04d10984df9399b75c0a05cb7da66e7c9d59a (diff) |
qt 4.6.0: make it build, add GLES versions
* recipes still need lots of cleanup and fixes, help welcome
Diffstat (limited to 'recipes/qt4/qt4-embedded-4.6.0')
-rw-r--r-- | recipes/qt4/qt4-embedded-4.6.0/0010-no-simpledecoration-example.patch | 12 | ||||
-rw-r--r-- | recipes/qt4/qt4-embedded-4.6.0/linux.conf | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/recipes/qt4/qt4-embedded-4.6.0/0010-no-simpledecoration-example.patch b/recipes/qt4/qt4-embedded-4.6.0/0010-no-simpledecoration-example.patch index 070b4ac9c1..fce5bba938 100644 --- a/recipes/qt4/qt4-embedded-4.6.0/0010-no-simpledecoration-example.patch +++ b/recipes/qt4/qt4-embedded-4.6.0/0010-no-simpledecoration-example.patch @@ -1,9 +1,11 @@ ---- qt-embedded-linux-opensource-src-4.5.0.orig/examples/qws/qws.pro 2009-02-25 22:32:34.000000000 +0100 -+++ qt-embedded-linux-opensource-src-4.5.0/examples/qws/qws.pro 2009-03-26 19:53:19.000000000 +0100 -@@ -1,5 +1,5 @@ +--- /tmp/qws.pro 2009-12-10 19:30:08.000000000 +0100 ++++ qt-everywhere-opensource-src-4.6.0/examples/qws/qws.pro 2009-12-10 19:30:21.000000000 +0100 +@@ -1,7 +1,7 @@ TEMPLATE = subdirs --SUBDIRS = framebuffer mousecalibration simpledecoration -+SUBDIRS = framebuffer mousecalibration + # no /dev/fbX + !qnx:!vxworks:SUBDIRS = framebuffer +-SUBDIRS += mousecalibration simpledecoration ++SUBDIRS += mousecalibration # install sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro diff --git a/recipes/qt4/qt4-embedded-4.6.0/linux.conf b/recipes/qt4/qt4-embedded-4.6.0/linux.conf index 2e862407bc..68ae80b929 100644 --- a/recipes/qt4/qt4-embedded-4.6.0/linux.conf +++ b/recipes/qt4/qt4-embedded-4.6.0/linux.conf @@ -15,7 +15,7 @@ QMAKE_INCDIR_OPENGL = QMAKE_LIBDIR_OPENGL = -QMAKE_LIBS = -lglib-2.0 +QMAKE_LIBS = -Wl,-rpath-link,SEDME/lib -lglib-2.0 QMAKE_LIBS_DYNLOAD = -ldl QMAKE_LIBS_X11 = $(OE_QMAKE_LIBS_X11) QMAKE_LIBS_X11SM = $(OE_QMAKE_LIBS_X11SM) |