From be4e9826f8ea70b74a99104d9f602d59963c8c2a Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 19 May 2012 14:42:12 +0000 Subject: make sure lib(64)canberra-gtk0 are on all isos --- config/auto_inst.cfg.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 839602e..9bf292d 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -213,6 +213,9 @@ $o = { if_($has_moblin, 'task-moblin'), + if_($ENV{DRAKLIVE_ARCH} eq 'i586', 'libcanberra-gtk0'), + if_($ENV{DRAKLIVE_ARCH} eq 'x86_64', 'lib64canberra-gtk0'), + 'usbutils', # we want lsusb #- live resize/install/copy tools -- cgit v1.2.1