diff options
Diffstat (limited to 'recipes-qt/qt4/qt4-x11-free.inc')
-rw-r--r-- | recipes-qt/qt4/qt4-x11-free.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes-qt/qt4/qt4-x11-free.inc b/recipes-qt/qt4/qt4-x11-free.inc new file mode 100644 index 0000000000..22242e4212 --- /dev/null +++ b/recipes-qt/qt4/qt4-x11-free.inc | |||
@@ -0,0 +1,36 @@ | |||
1 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." | ||
2 | SECTION = "x11/libs" | ||
3 | PRIORITY = "optional" | ||
4 | HOMEPAGE = "http://www.trolltech.com" | ||
5 | DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" | ||
6 | |||
7 | INC_PR = "r21" | ||
8 | |||
9 | SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \ | ||
10 | file://0001-cross-compile.patch \ | ||
11 | file://0002-fix-resinit-declaration.patch \ | ||
12 | file://0003-no-tools.patch \ | ||
13 | file://0004-no-qmake.patch \ | ||
14 | file://0006-freetype-host-includes.patch \ | ||
15 | file://0007-openssl-host-includes.patch \ | ||
16 | file://0008-qt-lib-infix.patch \ | ||
17 | file://fix-config-tests.patch \ | ||
18 | file://g++.conf \ | ||
19 | file://linux.conf \ | ||
20 | " | ||
21 | S = "${WORKDIR}/qt-x11-opensource-src-${PV}" | ||
22 | |||
23 | QT_GLFLAGS ?= "-no-opengl" | ||
24 | QT_GLFLAGS_qemux86 = "-opengl" | ||
25 | QT_GLFLAGS_emenlow = "-opengl" | ||
26 | QT_GLFLAGS_atom-pc = "-opengl" | ||
27 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" | ||
28 | QT_BASE_NAME ?= "qt4" | ||
29 | QT_BASE_LIB ?= "libqt" | ||
30 | QT_DIR_NAME = "qt4" | ||
31 | QT_LIBINFIX = "" | ||
32 | |||
33 | require qt4.inc | ||
34 | |||
35 | inherit qt4x11 | ||
36 | |||