merge of '0b604857bbf871639fdb43ee8380222e8ef64bb7'
[vuplus_openembedded] / packages / qt4 / qt4-x11-free.inc
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 LICENSE = "GPL QPL"
6 DEPENDS += "virtual/libx11 fontconfig xft libxext libxrender libxrandr libxcursor"
7 PROVIDES = "qt4x11"
8 PR = "r9"
9
10 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \
11            file://0001-cross-compile.patch;patch=1 \
12            file://0003-no-tools.patch;patch=1 \
13            file://0004-no-qmake.patch;patch=1 \
14            file://0005-fix-mkspecs.patch;patch=1"
15 S = "${WORKDIR}/qt-x11-opensource-src-${PV}"
16
17
18 QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl"
19 QT_BASE_NAME = "qt4"
20 QT_BASE_LIB  = "libqt"
21 QT_DIR_NAME = "qt4"
22 QT_LIBINFIX = ""
23 require qt_depends.inc
24 require qt_configuration.inc
25 require qt_packaging.inc
26 require qt_staging.inc
27
28 inherit qt4x11