diff options
author | Phil Blundell <philb@gnu.org> | 2007-01-19 12:38:44 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2007-01-19 12:38:44 +0000 |
commit | dd39d799f0deb4c3862d94930cf55289ca1690a5 (patch) | |
tree | 5c97993953b0497a79330ecc217b5ab49e97a954 | |
parent | e8385087a1287747cf9a24c82f5d0fc6b2f2e251 (diff) |
mythfront-config: depend on font-misc-misc, not (unbuildable) xfonts-xorg
-rw-r--r-- | packages/mythfront/mythfront-config.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/mythfront/mythfront-config.bb b/packages/mythfront/mythfront-config.bb index 2cb7362ae8..b53393e202 100644 --- a/packages/mythfront/mythfront-config.bb +++ b/packages/mythfront/mythfront-config.bb @@ -1,8 +1,7 @@ -PV = "1.8" +PV = "1.9" PR = "r0" -DEPENDS = "xfonts-xorg" -RDEPENDS_${PN} = "xfonts-xorg" +RDEPENDS_${PN} = "font-misc-misc" LICENSE = "MIT" SRC_URI = "file://tftp.sh file://xorg.conf" |