diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-22 11:06:41 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-22 11:06:41 +0000 |
commit | b46d1c5a51f323b97a0dc47be2ba8045128bb3e8 (patch) | |
tree | 8767dbcd3bb8675c1981e8931b807ccc34342e63 | |
parent | 8dfdbb0842308d6f9d7c5fd1422f190d40f1222b (diff) |
need to make a symlink to get custom.h
BKrev: 41515cc1noTqg_-KkYukIaHHJ-7mFw
-rw-r--r-- | libqpe/libqpe-opie_cvs.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libqpe/libqpe-opie_cvs.oe b/libqpe/libqpe-opie_cvs.oe index 653effdebc..34d62ce304 100644 --- a/libqpe/libqpe-opie_cvs.oe +++ b/libqpe/libqpe-opie_cvs.oe @@ -22,6 +22,10 @@ EXTRA_QMAKEVARS_POST = "DESTDIR=" CXXFLAGS_append = " -DQWS -DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NEW_MALLOC -fno-rtti -fno-exceptions" +do_compile_prepend_ramses () { + ln -s custom-ramses.h custom.h +} + do_compile() { mkdir -p ${STAGING_INCDIR}/qpe \ ${STAGING_INCDIR}/qtopia \ |