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/qxmp | |
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/qxmp')
-rw-r--r-- | packages/qxmp/qxmp_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qxmp/qxmp_1.0.bb b/packages/qxmp/qxmp_1.0.bb index e0a1acab21..bad972d54f 100644 --- a/packages/qxmp/qxmp_1.0.bb +++ b/packages/qxmp/qxmp_1.0.bb @@ -6,7 +6,7 @@ RDEPENDS = "mplayer" SRC_URI = "http://www.xm1math.net/qxmp/qxmp-${PV}.tar.bz2" -inherit qmake qt4x11 +inherit qt4x11 do_install() { install -d ${D}${bindir} |