require packages/images/xfce-image.bb

#Stuff required for XFCE to works sensibly
#and stuff that its useful or makes sense to
#have extra.

IMAGE_INSTALL += "\
#basic stuff for X11 to work
	xserver-nodm-init \
	xserver-kdrive-fbdev \
	xset \
	xsetroot \
	xrdb \
	xmessage \
	xeyes \
	xterm \
	xrandr \
	xtscal \
	xauth \
	xhost \	
	xfce4-session \
	xfce4-mixer \
	xfce-terminal \
#icons for XFCE
	hicolor-icon-theme \
	gnome-icon-theme \
# XFCE apps
	mousepad \
#broken	orage \
#
# XFCE themes
	xfwm4-theme-daloa \
	xfwm4-theme-katiola \
	xfwm4-theme-kokodi \
	xfwm4-theme-moheli \
	xfwm4-theme-sassandra \
	xfwm4-theme-stoneage \
	xfwm4-theme-therapy \
	xfwm4-theme-tyrex \
	xfwm4-theme-wallis \
	xfwm4-theme-default \
#
#
# other useful stuff
	networkmanager \
#	network-manager-applet \
	nano \
	xmonobut \
	dbus-x11 \
	bluez-utils-dbus \
	obexftp \
	obexpush \
	matchbox-keyboard \
	"

export IMAGE_BASENAME = "oli-xfce-image"
