Attempt to build using the installation method by xpadneo devs
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 33s
This commit is contained in:
@@ -121,8 +121,11 @@ modules:
|
||||
- gamescope
|
||||
# for performance view
|
||||
- mangohud
|
||||
# controller
|
||||
- xpadneo
|
||||
# controller libraries
|
||||
- dkms
|
||||
- make
|
||||
- kernel-devel
|
||||
- kernel-headers
|
||||
|
||||
remove:
|
||||
packages:
|
||||
|
4
recipes/components/xpadneo-module.yml
Normal file
4
recipes/components/xpadneo-module.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
modules:
|
||||
- type: script
|
||||
scripts:
|
||||
- installxpadneo.sh
|
@@ -14,10 +14,12 @@ image-version: 42 # latest is also supported if you want new updates ASAP
|
||||
modules:
|
||||
- from-file: components/dnf-module.yml
|
||||
- from-file: components/script-module.yml
|
||||
- from-file: components/xpadneo-module.yml
|
||||
- from-file: components/sys-files-module.yml
|
||||
- from-file: components/systemd-module.yml
|
||||
- from-file: components/default-flatpak.yml
|
||||
- from-file: components/chezmoi-module.yml
|
||||
- from-file: initramfs
|
||||
|
||||
- type: signing
|
||||
|
||||
|
@@ -14,6 +14,7 @@ image-version: 42 # latest is also supported if you want new updates ASAP
|
||||
modules:
|
||||
- from-file: components/dnf-module.yml
|
||||
- from-file: components/script-module.yml
|
||||
- from-file: components/xpadneo-module.yml
|
||||
- from-file: components/sys-files-module.yml
|
||||
- from-file: components/systemd-module.yml
|
||||
- from-file: components/nvidia-module.yml
|
||||
|
Reference in New Issue
Block a user