Files
poky/openembedded/packages/meta/meta-oh.bb
Richard Purdie cce4f66d91 Add gdk-pixbufs and pango-modules to meta-oh
git-svn-id: https://svn.o-hand.com/repos/poky@34 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-09-26 10:47:18 +00:00

44 lines
863 B
BlitzBasic

PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r2"
ALLOW_EMPTY = "1"
oh-base-depends = "\
diet-x11 \
virtual/xserver"
RDEPENDS_oh-base-depends := "${oh-base-depends}"
DEPENDS += " ${oh-base-depends}"
oh-task-base = "\
matchbox \
xcursor-transparent-theme \
xserver-kdrive-common \
gtk+ \
rxvt \
xhost \
ttf-bitstream-vera \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-xpm \
gdk-pixbuf-loader-jpeg \
pango-module-basic-x \
pango-module-basic-fc \
xauth"
# avahi-daemon \
# avahi-dnsconfd \
# teleport \
# xst \
# libgtkstylus \
# detect-stylus \
# xrdb \
RDEPENDS_oh-task-base := "${oh-task-base}"
DEPENDS += " ${oh-task-base}"
LICENSE = "MIT"