All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 5m37s
38 lines
724 B
YAML
38 lines
724 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
nonfree: negativo17
|
|
install:
|
|
packages:
|
|
- steam
|
|
- gamescope
|
|
- mangohud
|
|
|
|
# xpadneo
|
|
- dkms-xpadneo
|
|
|
|
- libheif
|
|
|
|
remove:
|
|
packages:
|
|
# remove firefox
|
|
- firefox
|
|
- firefox-langpacks
|
|
|
|
replace:
|
|
- from-repo: fedora-multimedia
|
|
packages:
|
|
- libva
|
|
- libva-intel-media-driver
|
|
- mesa-dri-drivers
|
|
- mesa-filesystem
|
|
- mesa-libEGL
|
|
- mesa-libGL
|
|
- mesa-libgbm
|
|
- mesa-va-drivers
|
|
- mesa-vulkan-drivers
|
|
- gstreamer1-plugin-libav
|
|
|
|
- type: script
|
|
scripts:
|
|
- install-xpadneo.sh |