Skip to content

Commit

Permalink
Add udev to Base.
Browse files Browse the repository at this point in the history
Several games require udev to run, mostly those using Unity.
  • Loading branch information
kujeger committed Nov 9, 2017
1 parent 31bd0c1 commit 0929da4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions com.gog.Base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
"/include"
],
"modules": [
{
"name": "udev",
"config-opts": [ "--disable-hwdb", "--disable-logging", "--disable-gudev",
"--disable-introspection", "--disable-keymap", "--disable-mtd_probe"],
"sources": [
{
"type": "archive",
"url": "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-175.tar.bz2",
"sha256": "4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab"
}
]
},
{
"name": "openal-soft",
"cmake": true,
Expand Down

0 comments on commit 0929da4

Please sign in to comment.