diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-04 10:26:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-04 10:26:13 +0000 |
commit | 614d641dda3ea8a65293697ce2847f47984257b8 (patch) | |
tree | 2fc0fd073226a6e807f82c871a44b883f2eb1652 /packages/kde4/automoc-native_svn.bb | |
parent | 2c432184fd049be1ae22d659911d260e82deffa2 (diff) |
kde4: add framework for building kde4 apps
* currently in: automoc-native, akonadi, gmm, qca and strigi
* needs 'apt-get install qt4-dev-tools' till we get a proper qt4-native
Diffstat (limited to 'packages/kde4/automoc-native_svn.bb')
-rw-r--r-- | packages/kde4/automoc-native_svn.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/kde4/automoc-native_svn.bb b/packages/kde4/automoc-native_svn.bb new file mode 100644 index 0000000000..c79e7d1df9 --- /dev/null +++ b/packages/kde4/automoc-native_svn.bb @@ -0,0 +1,8 @@ +require kde4.inc +require kde4-native.inc +inherit native + +SRC_URI = "svn://anonsvn.kde.org/home/kde/trunk/kdesupport;module=automoc;proto=svn" + +S = "${WORKDIR}/automoc" + |