aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/e-image.bb
blob: 37d2b1a60c88d3a45669c390813765fa9ca57bd5 (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
require e-image-core.bb
DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager and Tools"

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"

IMAGE_INSTALL += "task-e-x11-core \
                        task-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"