From 6553796f7c57707e5b45bcf5ae99194dba4a7aa4 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 19 Feb 2019 20:54:49 +0000 Subject: Prevent libreoffice pulling in kde4/kf5 packages on non-Plasma ISOs. --- config/build.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/build.cfg b/config/build.cfg index 6ca8a6e..41b5a82 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -136,6 +136,9 @@ my $config = { preferred_packages => [ if_($has_gnome, 'gdm'), if_($has_plasma, 'sddm'), + # The gtk3 plugin is included regardless of DE. This makes sure we + # don't pull in unnecessary kde4 or kf5 packages. + if_(!$has_plasma, 'libreoffice-x11'), ], local_repo_packages => [ # core -- cgit v1.2.1