diff options
-rw-r--r-- | profiles/cynerd-onemix/packages | 2 | ||||
-rw-r--r-- | profiles/cynerd-onemix/parent | 2 | ||||
-rw-r--r-- | profiles/laptop/touch/eapi | 1 | ||||
-rw-r--r-- | profiles/laptop/touch/make.defaults | 2 | ||||
-rw-r--r-- | profiles/laptop/touch/packages | 2 | ||||
-rw-r--r-- | profiles/laptop/touch/parent | 1 |
6 files changed, 7 insertions, 3 deletions
diff --git a/profiles/cynerd-onemix/packages b/profiles/cynerd-onemix/packages index 3bb52d0..e324593 100644 --- a/profiles/cynerd-onemix/packages +++ b/profiles/cynerd-onemix/packages @@ -1,3 +1 @@ sys-boot/myinitramfs - -x11-misc/gnome-pie diff --git a/profiles/cynerd-onemix/parent b/profiles/cynerd-onemix/parent index ae07c7e..b1f0abb 100644 --- a/profiles/cynerd-onemix/parent +++ b/profiles/cynerd-onemix/parent @@ -1,5 +1,5 @@ ../base/amd64/intel -../laptop +../laptop/touch ../desktop/wayland ../devel ../hwdevel diff --git a/profiles/laptop/touch/eapi b/profiles/laptop/touch/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/laptop/touch/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/laptop/touch/make.defaults b/profiles/laptop/touch/make.defaults new file mode 100644 index 0000000..a3a8d7f --- /dev/null +++ b/profiles/laptop/touch/make.defaults @@ -0,0 +1,2 @@ +# vim:ft=gentoo-make-conf +USE="$USE tslib" diff --git a/profiles/laptop/touch/packages b/profiles/laptop/touch/packages new file mode 100644 index 0000000..caa6102 --- /dev/null +++ b/profiles/laptop/touch/packages @@ -0,0 +1,2 @@ +# Gnome Pie for quick access +x11-misc/gnome-pie diff --git a/profiles/laptop/touch/parent b/profiles/laptop/touch/parent new file mode 100644 index 0000000..eb4d905 --- /dev/null +++ b/profiles/laptop/touch/parent @@ -0,0 +1 @@ +../ |