diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-08 23:04:54 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-08 23:04:54 +0000 |
commit | 210ab474c06ebf759982513a125b7fc031bde663 (patch) | |
tree | 55457aec05b86a1109f7433efeafa85ec649385d /libopie | |
parent | 7599f787f1619884dc352444ab219fda0f361dfe (diff) |
templated qmake support (to allow uclibc builds), also update mtd
BKrev: 409d6796_U-R5ieZHQVcqDkv7KMpBw
Diffstat (limited to 'libopie')
-rw-r--r-- | libopie/libopie2_cvs.oe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libopie/libopie2_cvs.oe b/libopie/libopie2_cvs.oe index e90db4619a..f8fd8400f0 100644 --- a/libopie/libopie2_cvs.oe +++ b/libopie/libopie2_cvs.oe @@ -22,11 +22,6 @@ EXTRA_QMAKEVARS_POST = ' DEFINES+=OPIE_NEW_MALLOC \ DEFINES+="OPIE_SOUND_FRAGMENT_SHIFT=16" \ DEFINES+="OPIE_WE_VERSION=15" ' -# -# for developing - qmake.oeclass should gather this automatically -# -export QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/linux-sharp-g++" - do_compile() { install -d ${STAGING_INCDIR}/opie2 for i in `find . -name "*.h"` |