Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m21s
33 lines
754 B
YAML
33 lines
754 B
YAML
modules:
|
|
- type: dnf
|
|
repos:
|
|
files:
|
|
- https://negativo17.org/repos/fedora-steam.repo
|
|
- https://negativo17.org/repos/fedora-multimedia.repo
|
|
install:
|
|
packages:
|
|
- steam
|
|
- gamescope
|
|
- mangohud
|
|
|
|
- libheif
|
|
|
|
remove:
|
|
packages:
|
|
# remove firefox
|
|
- firefox
|
|
- firefox-langpacks
|
|
|
|
replace:
|
|
- from-repo: https://negativo17.org/repos/fedora-multimedia.repo
|
|
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 |