diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-19 11:47:56 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-19 11:47:56 +0000 |
commit | 78b2cbc1ff02201575083f866cceb6ce4f6c0896 (patch) | |
tree | 1595fdf1672f1a1150fc1adfb69cbb1155b4c835 /packages/xqt | |
parent | a762d99f97127b9e14a4bd538f44dcfac330e12e (diff) |
xqt: fix DEPEND on flex-native
Diffstat (limited to 'packages/xqt')
-rw-r--r-- | packages/xqt/xqt_0.0.9.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/xqt/xqt_0.0.9.bb b/packages/xqt/xqt_0.0.9.bb index d5a8e70332..0c7a77e7f9 100644 --- a/packages/xqt/xqt_0.0.9.bb +++ b/packages/xqt/xqt_0.0.9.bb @@ -2,15 +2,13 @@ HOMEPAGE = "http://xqt.sourceforge.jp" LICENSE = "GPL" SECTION = "x11" - SRCDATE = "20041111" -DEPENDS = "freetype libxi libxmu flex-2.5.4-native virtual/libqte2 libqpe-opie" +DEPENDS = "freetype libxi libxmu flex-native virtual/libqte2 libqpe-opie" SRC_URI = "cvs://anonymous@cvs.sourceforge.jp/cvsroot/xqt;module=xc;method=pserver \ file://imake-staging.patch;patch=1 \ file://moc_call.patch;patch=1 " - S = "${WORKDIR}/xc" do_configure() { |