diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-28 12:13:51 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-01 13:46:05 -0700 |
commit | 58d81403264783e21f95dc0ef5a78fd54323289f (patch) | |
tree | 13223231364ae161082d9f01e7fc11352ef654a8 /recipes | |
parent | 235a6f5fcc2cd48a40a97ab3c0dfb1a6500a9925 (diff) |
xqt2_20060509.bb: DEPEND on libxmu instead of xmu
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xqt2/xqt2_20060509.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xqt2/xqt2_20060509.bb b/recipes/xqt2/xqt2_20060509.bb index 7634d27830..4492bc75a8 100644 --- a/recipes/xqt2/xqt2_20060509.bb +++ b/recipes/xqt2/xqt2_20060509.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Xqt2 is an X-Server than runs within the Opie environment" HOMEPAGE = "http://xqt.sourceforge.jp" -DEPENDS = "freetype libxi xmu flex-native virtual/libqte2 libqpe-opie" +DEPENDS = "freetype libxi libxmu flex-native virtual/libqte2 libqpe-opie" LICENSE = "GPL" SECTION = "opie/applications" APPTYPE = "binary" |