summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/auto_inst.cfg.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index 6f96bfe..f52cd6f 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -13,6 +13,7 @@ my $has_plasma5 = member('PLASMA5', @desktops);
my $has_gnome = member('GNOME', @desktops);
my $has_xfce = member('xfce4', @desktops);
my $has_lxde = member('LXDE', @desktops);
+my $has_enlightenment = member('Enlightenment', @desktops);
my $has_moblin = member('Moblin', @desktops);
$o = {
@@ -52,6 +53,7 @@ $o = {
if_($has_gnome, qw(GNOME)),
if_($has_xfce, qw(XFCE)),
if_($has_lxde, qw(LXDE)),
+ if_($has_enlightenment, qw(E17)),
if_($ENV{DRAKLIVE_PRODUCT} =~ /gaming/i, qw(GAMES)),
)),
},