Skip to content

Commit

Permalink
fix: temporarily disable mesa-va-drivers-freeworld for f38 (ublue-os#163
Browse files Browse the repository at this point in the history
)
  • Loading branch information
joshua-stone authored Apr 19, 2023
1 parent d4a4584 commit 73a10d0
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"apr",
"apr-util",
"distrobox",
"ffmpeg",
"ffmpeg-libs",
"fzf",
"htop",
"intel-media-driver",
Expand All @@ -15,7 +13,6 @@
"libratbag-ratbagd",
"libva-intel-driver",
"libva-utils",
"mesa-va-drivers-freeworld",
"nvme-cli",
"nvtop",
"openssl",
Expand Down Expand Up @@ -164,17 +161,7 @@
]
},
"exclude": {
"all": [
"libavcodec-free",
"libavdevice-free",
"libavfilter-free",
"libavformat-free",
"libavutil-free",
"libpostproc-free",
"libswresample-free",
"libswscale-free",
"mesa-va-drivers"
],
"all": [],
"mate": [
"python3-unbound",
"systemd-oomd-defaults"
Expand All @@ -183,7 +170,11 @@
},
"37": {
"include": {
"all": [],
"all": [
"ffmpeg",
"ffmpeg-libs",
"mesa-va-drivers-freeworld"
],
"mate": [
"f37-backgrounds-base",
"f37-backgrounds-extras-base",
Expand All @@ -192,7 +183,17 @@
]
},
"exclude": {
"all": []
"all": [
"libavcodec-free",
"libavdevice-free",
"libavfilter-free",
"libavformat-free",
"libavutil-free",
"libpostproc-free",
"libswresample-free",
"libswscale-free",
"mesa-va-drivers"
]
}
},
"38": {
Expand Down

0 comments on commit 73a10d0

Please sign in to comment.