Skip to content

Commit

Permalink
fix: Enforce 64-bit version of mesa-va-drivers-freeworld
Browse files Browse the repository at this point in the history
Potentially solves an issue where, when rpmfusion is out of date, this will install the 32-bit version of the package and not fail as it should.

As a result, this PR should fail to build until the package is built upstream.
  • Loading branch information
KyleGospo authored Jan 16, 2024
1 parent cb54f2c commit ddc3249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"libva-utils",
"lshw",
"mesa-filesystem",
"mesa-va-drivers-freeworld",
"mesa-va-drivers-freeworld.x86_64",
"net-tools",
"pam_yubico",
"pam-u2f",
Expand Down

0 comments on commit ddc3249

Please sign in to comment.