summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4/qt4-x11-free.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt4/qt4-x11-free.inc')
-rw-r--r--recipes-qt/qt4/qt4-x11-free.inc36
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 @@
1DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version."
2SECTION = "x11/libs"
3PRIORITY = "optional"
4HOMEPAGE = "http://www.trolltech.com"
5DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor"
6
7INC_PR = "r21"
8
9SRC_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 "
21S = "${WORKDIR}/qt-x11-opensource-src-${PV}"
22
23QT_GLFLAGS ?= "-no-opengl"
24QT_GLFLAGS_qemux86 = "-opengl"
25QT_GLFLAGS_emenlow = "-opengl"
26QT_GLFLAGS_atom-pc = "-opengl"
27QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}"
28QT_BASE_NAME ?= "qt4"
29QT_BASE_LIB ?= "libqt"
30QT_DIR_NAME = "qt4"
31QT_LIBINFIX = ""
32
33require qt4.inc
34
35inherit qt4x11
36