Skip to content

Commit

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

0 comments on commit 32b29ac

Please sign in to comment.