blob: acd45cd5aed1822ce305dcedcdf3c8db7c062966 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
require e-image-core.bb
DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools"
PR = "r6"
export IMAGE_BASENAME = "e-image"
export PACKAGE_INSTALL += "task-e-x11-core \
ask-gpe-pim \
task-gpe-settings \
task-gpe-apps \
task-gpe-connectivity \
task-gpe-games \
task-apps-extra \
figment \
xhost \
gpe-soundserver \
gpe-confd \
xauth \
pango-module-basic-fc \
gdk-pixbuf-loader-bmp \
gdk-pixbuf-loader-gif \
gdk-pixbuf-loader-jpeg \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-pnm \
gdk-pixbuf-loader-xbm \
gdk-pixbuf-loader-xpm"
DEPENDS += "task-e-x11-core task-gpe-base task-gpe-pim task-gpe-settings task-gpe-apps task-gpe-connectivity task-gpe-games \
figment xhost gpe-soundserver gpe-confd xauth"
RDEPENDS = "${PACKAGE_INSTALL}"
|