diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-27 19:17:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-27 19:17:40 +0000 |
commit | 438c62835ecf2cd882352d06c19a1cf79d8e5d33 (patch) | |
tree | 95fae6579247159feb788ae295207b382adce976 /opie-dagger | |
parent | ef31902dfc34aaf8774298d0c3f5efa76481ccab (diff) |
moved sword includes to sword/ directory
BKrev: 41586754yF3lmS1BVqwkWwjCjNZgzg
Diffstat (limited to 'opie-dagger')
-rw-r--r-- | opie-dagger/opie-dagger_cvs.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opie-dagger/opie-dagger_cvs.oe b/opie-dagger/opie-dagger_cvs.oe index 96c85305ef..4d93c0debb 100644 --- a/opie-dagger/opie-dagger_cvs.oe +++ b/opie-dagger/opie-dagger_cvs.oe @@ -6,6 +6,7 @@ LICENSE = "GPL" DEPENDS = "libopiecore2 libopieui2 sword" PV = "1.1.6-cvs-${CVSDATE}" APPNAME = "dagger" +PR = "r1" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/dagger \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ @@ -13,6 +14,9 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/ S = "${WORKDIR}/${APPNAME}" +EXTRA_QMAKEVARS_POST="INCLUDEPATH+=${STAGING_INCDIR}/sword/" + + inherit opie # FILES plugins/application/libdagger.so* bin/dagger pics/dagger apps/Applications/dagger.desktop |