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/texmaker/texmaker_1.3.bb | |
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/texmaker/texmaker_1.3.bb')
-rw-r--r-- | packages/texmaker/texmaker_1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/texmaker/texmaker_1.3.bb b/packages/texmaker/texmaker_1.3.bb index 5682338f31..b612302544 100644 --- a/packages/texmaker/texmaker_1.3.bb +++ b/packages/texmaker/texmaker_1.3.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" SRC_URI = "http://www.xm1math.net/texmaker/texmaker-${PV}.tar.bz2" -inherit qmake qt4x11 +inherit qt4x11 do_install() { install -d ${D}${bindir} |