diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-24 01:27:26 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-24 01:27:26 +0000 |
commit | 32a24933810026b6a730a0377889fa73430501cc (patch) | |
tree | 61bb887e5be79ad6ab5a0668a77be0f2acfe2de5 /packages/qt4/qt4-x11-free.inc | |
parent | f53bfcb679b66b329fe13418d492d9c289472e6e (diff) |
packages/qt4/qt4-x11-free, qtopia-core: Move boilerplate lines to a .inc file
Diffstat (limited to 'packages/qt4/qt4-x11-free.inc')
-rw-r--r-- | packages/qt4/qt4-x11-free.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/qt4/qt4-x11-free.inc b/packages/qt4/qt4-x11-free.inc new file mode 100644 index 0000000000..3dedb4f548 --- /dev/null +++ b/packages/qt4/qt4-x11-free.inc @@ -0,0 +1,23 @@ +DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." +SECTION = "x11/libs" +PRIORITY = "optional" +HOMEPAGE = "http://www.trolltech.com" +LICENSE = "GPL QPL" +DEPENDS = "pkgconfig-native uicmoc4-native qmake2-native freetype jpeg virtual/libx11 \ + xft libxext libxrender libxrandr libxcursor dbus openssl" +PROVIDES = "qt4x11" +PR = "r6" + +SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \ + file://0001-cross-compile.patch;patch=1 \ + file://0003-no-tools.patch;patch=1 \ + file://0004-no-qmake.patch;patch=1 \ + file://0005-fix-mkspecs.patch;patch=1" +S = "${WORKDIR}/qt-x11-opensource-src-${PV}" + +inherit qmake_base qt4x11 + +QT_BASE_NAME = "qt4" +QT_BASE_LIB = "libqt" +QT_LIBRARY_NAME = "libQt" +require qt_packaging.inc |