diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-02 06:46:46 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-02 06:46:46 +0000 |
commit | 6f07efa59db66c9564bec24f81a5e66d7b927621 (patch) | |
tree | bd453ea8fa643a9c874d7fe5e5a98c5864334eef /xqt | |
parent | e24c914b18869da1167740f9ea39cea5555122c1 (diff) |
Fix xqt to depend on virtual/libqte2, not qte. Depending on qte resulted in
two different qtes being built in the same tree during a world build, which
breaks things rather badly.
BKrev: 41aeba562jVJ2CPxUochaMat0khOKw
Diffstat (limited to 'xqt')
-rw-r--r-- | xqt/xqt_0.0.9.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xqt/xqt_0.0.9.oe b/xqt/xqt_0.0.9.oe index fda26a44d3..61545714c9 100644 --- a/xqt/xqt_0.0.9.oe +++ b/xqt/xqt_0.0.9.oe @@ -3,7 +3,7 @@ SECTION = "x11/base" CVSDATE = "20041111" -DEPENDS = "freetype libxi xmu flex-2.5.4-native qte libqpe-opie" +DEPENDS = "freetype libxi xmu flex-2.5.4-native virtual/libqte2 libqpe-opie" SRC_URI = "cvs://anonymous@cvs.sourceforge.jp/cvsroot/xqt;module=xc;method=pserver \ file://imake-staging.patch;patch=1 \ @@ -87,4 +87,4 @@ do_stage() { } -FILES_${PN} = " ${palmtopdir}/apps/Applications/Xqt.desktop ${palmtopdir}/pics/Xqt/Xqt.png ${bindir}/Xqt "
\ No newline at end of file +FILES_${PN} = " ${palmtopdir}/apps/Applications/Xqt.desktop ${palmtopdir}/pics/Xqt/Xqt.png ${bindir}/Xqt " |