From 8762a1b325e8c17f1a1a3a4b1623e2c159154cf4 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 21 Mar 2019 20:51:50 +0200 Subject: profiles: Add targets/desktop/gnome/systemd and gate relevant via it Add a new targets/desktop/gnome/systemd profile, which parents targets/desktop/gnome and targets/systemd, like the specific gnome systemd profiles did. Change all these specific user exposed desktop/gnome/systemd profiles to go through that instead of directly to targets/systemd. This will allow us to do package.use, make.defaults (default USE flags) and other tweaks separate from the main gnome profile, which is now also used for non-systemd (elogind). Signed-off-by: Mart Raudsepp --- profiles/targets/desktop/gnome/systemd/eapi | 1 + profiles/targets/desktop/gnome/systemd/parent | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 profiles/targets/desktop/gnome/systemd/eapi create mode 100644 profiles/targets/desktop/gnome/systemd/parent (limited to 'profiles/targets') diff --git a/profiles/targets/desktop/gnome/systemd/eapi b/profiles/targets/desktop/gnome/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/targets/desktop/gnome/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/targets/desktop/gnome/systemd/parent b/profiles/targets/desktop/gnome/systemd/parent new file mode 100644 index 000000000000..ead73795d6d7 --- /dev/null +++ b/profiles/targets/desktop/gnome/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../systemd -- cgit v1.2.3-65-gdbad