diff options
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/e-image-core.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/images/e-image-core.bb b/recipes/images/e-image-core.bb index f6e0c33659..0eec2b99d1 100644 --- a/recipes/images/e-image-core.bb +++ b/recipes/images/e-image-core.bb @@ -1,10 +1,10 @@ DESCRIPTION = "An X11-based distribution with the Enlightenment Window Manager" DEPENDS = "${MACHINE_TASK_PROVIDER} \ - xserver-kdrive \ + ${XSERVER} \ task-e-x11-core" -IMAGE_INSTALL = "${MACHINE_TASK_PROVIDER} task-e-x11-core xserver-kdrive-fbdev glibc-charmap-utf-8 glibc-localedata-i18n" +IMAGE_INSTALL = "${MACHINE_TASK_PROVIDER} task-e-x11-core ${XSERVER} glibc-charmap-utf-8 glibc-localedata-i18n" IMAGE_LINGUAS = "" inherit image |