diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-26 18:45:08 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-26 18:45:08 +0000 |
commit | 48713605fca4867a92cceeda9afc6c4d4c97b6b5 (patch) | |
tree | 2a41a9d57dfaebb41089d566d65824cfb15da43f /packages/mkbot | |
parent | 738b90f33e87009787e0f8a88ea24c2d51949a6f (diff) |
Qt4 based applications: Do not inherit qmake when building for Qt4/X11
inherit qmake will download Qt3 and build parts of it, we don't want that.
Diffstat (limited to 'packages/mkbot')
-rw-r--r-- | packages/mkbot/mkbot_0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mkbot/mkbot_0.3.bb b/packages/mkbot/mkbot_0.3.bb index 195d74ca52..92df433e45 100644 --- a/packages/mkbot/mkbot_0.3.bb +++ b/packages/mkbot/mkbot_0.3.bb @@ -8,6 +8,6 @@ SECTION = "network" SRC_URI = "http://files.fredemmott.co.uk/mkbot-${PV}.tar.bz2" S = "${WORKDIR}/MKbot-0.3" -inherit qmake qt4x11 +inherit qt4x11 #FIXME: lacks packaging |