mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 05:35:39 +00:00
Add libevdev
This commit is contained in:
parent
907d4b4ab8
commit
75df34520a
|
@ -64,6 +64,16 @@ modules:
|
||||||
project-id: 10029
|
project-id: 10029
|
||||||
url-template: https://www.kernel.org/pub/linux/bluetooth/bluez-$version.tar.xz
|
url-template: https://www.kernel.org/pub/linux/bluetooth/bluez-$version.tar.xz
|
||||||
|
|
||||||
|
- name: libevdev
|
||||||
|
buildsystem: meson
|
||||||
|
config-opts:
|
||||||
|
- -Dtests=disabled
|
||||||
|
- -Ddocumentation=disabled
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://www.freedesktop.org/software/libevdev/libevdev-1.11.0.tar.xz
|
||||||
|
sha256: 63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0
|
||||||
|
|
||||||
# needed for screensaver inhibition
|
# needed for screensaver inhibition
|
||||||
- name: xdg-screensaver-shim
|
- name: xdg-screensaver-shim
|
||||||
buildsystem: meson
|
buildsystem: meson
|
||||||
|
|
Loading…
Reference in a new issue