summaryrefslogtreecommitdiff
path: root/uicmoc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-11 13:42:35 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-11 13:42:35 +0000
commit34c2008f8cf3e80f979f5e77584b1cd97dd041af (patch)
treefd1566b4fea522d27d2d12da92fc4e57e61d2c17 /uicmoc
parentf8a5baa72454d255ee67607e70eccded45c451c9 (diff)
This changes makes libsdl-qpe work with python-pygame. Patch courtesy mithro
BKrev: 40a0d84b_NxrNea2FT93LpGWX2S1Yg
Diffstat (limited to 'uicmoc')
-rw-r--r--uicmoc/uicmoc3-native_3.3.1.oe30
1 files changed, 0 insertions, 30 deletions
diff --git a/uicmoc/uicmoc3-native_3.3.1.oe b/uicmoc/uicmoc3-native_3.3.1.oe
deleted file mode 100644
index a41fb7fe1e..0000000000
--- a/uicmoc/uicmoc3-native_3.3.1.oe
+++ /dev/null
@@ -1,30 +0,0 @@
-inherit native
-
-DEPENDS = "x11-native"
-
-SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.1.tar.bz2"
-S = "${WORKDIR}/qt-x11-free-${PV}"
-
-export QTDIR = "${S}"
-#export SYSCONF_CXX = "${CCACHE} g++"
-#export SYSCONF_CC = "${CCACHE} gcc"
-#export SYSCONF_LINK = "${CCACHE} g++"
-
-ARCH_i686 = "x86"
-
-QT_CONFIG_FLAGS = "-release -static -qt-zlib -no-nas-sound -no-sm -qt-libpng -no-gif -no-xshape -no-xinerama -no-xcursor -no-xrandr \
- -no-xrender -no-xft -no-tablet -no-xkb -no-dlopen-opengl -no-thread -no-nis -no-cups"
-
-do_configure() {
- echo "yes" | ./configure -prefix ${prefix} ${QT_CONFIG_FLAGS}
-}
-
-do_stage() {
- install -m 0755 bin/moc ${STAGING_BINDIR}/moc3
- install -m 0755 bin/uic ${STAGING_BINDIR}/uic3
- oe_libinstall -a -C lib libqt ${STAGING_LIBDIR}
- for f in include/*.h
- do
- install -m 0644 $f ${STAGING_INCDIR}/
- done
-}