diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-29 21:17:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-29 21:17:57 +0000 |
commit | 3115fb3e0d8d769e2994bcd6463e5403188fab4b (patch) | |
tree | bded29302158765542a4182b9ecc7bcffa343a0b /uicmoc | |
parent | af8389231cd953919be4c6d7e7a8a04504db9935 (diff) |
Adapting some builds per the recent oe metadata handling changes.
BKrev: 40689285Q7zUjk20aonhEakS324blw
Diffstat (limited to 'uicmoc')
-rw-r--r-- | uicmoc/uicmoc-native_2.3.7.oe | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/uicmoc/uicmoc-native_2.3.7.oe b/uicmoc/uicmoc-native_2.3.7.oe index 9417027f05..02e2128ecf 100644 --- a/uicmoc/uicmoc-native_2.3.7.oe +++ b/uicmoc/uicmoc-native_2.3.7.oe @@ -16,15 +16,13 @@ export SYSCONF_LINK = "${CCACHE} g++" ARCH_i686 = "x86" -EXTRA_OECONF = "-depths 8,16 -xplatform linux-x86-g++ -no-qvfb -no-g++-exceptions -no-jpeg -no-mng -qt-zlib -qt-libpng -no-xft -no-xkb -no-vnc -no-sm -no-opengl -static -qconfig oe" +EXTRA_OECONF = "-depths 8,16 -no-qvfb -no-g++-exceptions -no-jpeg -no-mng -qt-zlib -qt-libpng -no-xft -no-xkb -no-vnc -no-sm -no-opengl -static -qconfig oe" EXTRA_OEMAKE = "-e" do_configure() { - if [ "$BUILD_ARCH" = "i686" ]; then - BUILD_ARCH=x86 - fi echo "#define QT_NO_FREETYPE" >>src/tools/qconfig-oe.h - echo yes | ./configure $EXTRA_OECONF || die "Configuring qt failed" + oenote ./configure ${EXTRA_OECONF} + echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed" } do_compile() { |