Skip to content

Commit

Permalink
fix: do not install intel-vaapi-driver in F41
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 18, 2024
1 parent 0a80d30 commit e261168
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"grub2-tools-extra",
"heif-pixbuf-loader",
"htop",
"intel-vaapi-driver",
"just",
"kernel-tools",
"libcamera",
Expand Down Expand Up @@ -107,7 +106,8 @@
"39": {
"include": {
"all": [
"bootc"
"bootc",
"intel-vaapi-driver"
],
"kinoite": [
"xwaylandvideobridge"
Expand All @@ -121,7 +121,9 @@
},
"40": {
"include": {
"all": [],
"all": [
"intel-vaapi-driver"
],
"kinoite": [
"kf6-kimageformats",
"qt6-qtimageformats"
Expand All @@ -132,5 +134,14 @@
"default-fonts-cjk-sans"
]
}
},
"41": {
"include": {
"all": [],
"kinoite": []
},
"exclude": {
"all": []
}
}
}

0 comments on commit e261168

Please sign in to comment.