From d85332a8ca6894c3a2d1b77ea8b91ce59c8dc592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnther?= Date: Sat, 5 Jun 2010 11:04:31 +0000 Subject: qt4: Add qt4-x11-free_4.7.0-beta1 Several patches to disable not working parts in the beta version: * tools/assistant * examples/designer * examples/dbus-remotecontrolledcar * examples/help * examples/declarative * demos/browser * demos/qtdemos * demos/affine * DEFAULT_PREFERENCE = "-1" * New Qt Module / Lib "QtDeclarative" added for packaging. * Qmlviewer named "qml" added to the tools package. Signed-off-by: Koen Kooi --- recipes/qt4/qt4-x11-free_4.7.0-beta1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/qt4/qt4-x11-free_4.7.0-beta1.bb (limited to 'recipes/qt4/qt4-x11-free_4.7.0-beta1.bb') diff --git a/recipes/qt4/qt4-x11-free_4.7.0-beta1.bb b/recipes/qt4/qt4-x11-free_4.7.0-beta1.bb new file mode 100644 index 0000000000..250d4ccd9a --- /dev/null +++ b/recipes/qt4/qt4-x11-free_4.7.0-beta1.bb @@ -0,0 +1,14 @@ +DEFAULT_PREFERENCE = "-1" + +require qt4-x11-free.inc +PR = "${INC_PR}.0" + +QT_CONFIG_FLAGS_append_armv6 = " -no-neon " + +require qt-${PV}.inc + +QT_CONFIG_FLAGS += " \ + -no-embedded \ + -xrandr \ + -x11" + -- cgit v1.2.3