From 4bd7cf6246b87eb0b835e4bf7405f1430b8a7420 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 12 Jan 2023 09:40:46 -0700 Subject: [PATCH] Add installer-gui to all desktop configurations --- config/i686/ci.toml | 1 + config/i686/demo.toml | 1 + config/i686/desktop.toml | 1 + config/i686/jeremy.toml | 1 + config/x86_64/ci.toml | 1 + config/x86_64/demo.toml | 1 + config/x86_64/desktop.toml | 1 + config/x86_64/dev.toml | 1 + config/x86_64/jeremy.toml | 1 + 9 files changed, 9 insertions(+) diff --git a/config/i686/ci.toml b/config/i686/ci.toml index d9a51b4..ea2e247 100644 --- a/config/i686/ci.toml +++ b/config/i686/ci.toml @@ -21,6 +21,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {} diff --git a/config/i686/demo.toml b/config/i686/demo.toml index 4de5a8d..5ba2e35 100644 --- a/config/i686/demo.toml +++ b/config/i686/demo.toml @@ -45,6 +45,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {} diff --git a/config/i686/desktop.toml b/config/i686/desktop.toml index 11d1c54..806d91e 100644 --- a/config/i686/desktop.toml +++ b/config/i686/desktop.toml @@ -23,6 +23,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {} diff --git a/config/i686/jeremy.toml b/config/i686/jeremy.toml index 019cd9e..0907714 100644 --- a/config/i686/jeremy.toml +++ b/config/i686/jeremy.toml @@ -23,6 +23,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 2ef6170..15ae89d 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -73,6 +73,7 @@ harfbuzz = {} init = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} jansson = {} diff --git a/config/x86_64/demo.toml b/config/x86_64/demo.toml index f2203b3..4919d1b 100644 --- a/config/x86_64/demo.toml +++ b/config/x86_64/demo.toml @@ -45,6 +45,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {} diff --git a/config/x86_64/desktop.toml b/config/x86_64/desktop.toml index 65a34e5..935f310 100644 --- a/config/x86_64/desktop.toml +++ b/config/x86_64/desktop.toml @@ -23,6 +23,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {} diff --git a/config/x86_64/dev.toml b/config/x86_64/dev.toml index 2b1c5e4..970e9a5 100644 --- a/config/x86_64/dev.toml +++ b/config/x86_64/dev.toml @@ -23,6 +23,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {} diff --git a/config/x86_64/jeremy.toml b/config/x86_64/jeremy.toml index 1faf621..b1d4bd2 100644 --- a/config/x86_64/jeremy.toml +++ b/config/x86_64/jeremy.toml @@ -23,6 +23,7 @@ extrautils = {} findutils = {} initfs = {} installer = {} +installer-gui = {} ion = {} ipcd = {} kernel = {}