diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-09 02:20:18 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-11 21:36:43 +0300 |
commit | cff117081e4c2acf87b06b8ae1722c95dd677369 (patch) | |
tree | abf9d32a2ee7c218269a76e2afc8643472b7501f /packages/images | |
parent | 166819b531adff8eca076f3b3f58afc010f51ca4 (diff) |
x11-sato-image: use correct package names instead of ttf-liberation
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'packages/images')
-rw-r--r-- | packages/images/x11-sato-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/images/x11-sato-image.bb b/packages/images/x11-sato-image.bb index 35163953dc..0a127f85cf 100644 --- a/packages/images/x11-sato-image.bb +++ b/packages/images/x11-sato-image.bb @@ -1,6 +1,8 @@ DISTRO_SSH_DAEMON ?= "dropbear" DISTRO_PACKAGE_MANAGER ?= "opkg-nogpg opkg-collateral" +XSERVER ?= "xserver-kdrive-fbdev" + IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" IMAGE_INSTALL = "\ @@ -13,7 +15,7 @@ IMAGE_INSTALL = "\ matchbox-desktop \ ${XSERVER} \ xserver-kdrive-common xserver-nodm-init \ - ttf-liberation \ + ttf-liberation-sans ttf-liberation-serif ttf-liberation-mono \ xauth xhost xset xrandr \ matchbox-sato \ matchbox-config-gtk \ |