summaryrefslogtreecommitdiffstats
path: root/recipes/qt/qt-x11-free_3.3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qt/qt-x11-free_3.3.7.bb')
-rw-r--r--recipes/qt/qt-x11-free_3.3.7.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/qt/qt-x11-free_3.3.7.bb b/recipes/qt/qt-x11-free_3.3.7.bb
new file mode 100644
index 0000000000..7e430c8024
--- /dev/null
+++ b/recipes/qt/qt-x11-free_3.3.7.bb
@@ -0,0 +1,10 @@
+DEPENDS = "uicmoc3-native freetype virtual/libx11 libxmu xft libxext libxrender libxrandr libxcursor mysql mesa"
+PROVIDES = "qt3x11"
+PR = "r2"
+
+SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \
+ file://configure.patch;patch=1 \
+ file://no-examples.patch;patch=1 \
+ file://gcc4_1-HACK.patch;patch=1"
+
+require qt-x11-free-common.inc