From 4bd7cf6246b87eb0b835e4bf7405f1430b8a7420 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> 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 d9a51b4d1..ea2e2479c 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 4de5a8dbf..5ba2e35f0 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 11d1c546b..806d91ee7 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 019cd9e2b..090771448 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 2ef61706a..15ae89d0c 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 f2203b3c4..4919d1b80 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 65a34e5b7..935f310ec 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 2b1c5e4af..970e9a57e 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 1faf62196..b1d4bd2b7 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 = {} -- GitLab