diff options
Diffstat (limited to 'vcpkg/ports/libevdev/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libevdev/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libevdev/vcpkg.json b/vcpkg/ports/libevdev/vcpkg.json new file mode 100644 index 0000000..eb7a0c5 --- /dev/null +++ b/vcpkg/ports/libevdev/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "libevdev", + "version": "1.13.4", + "description": "Wrapper library for evdev devices", + "homepage": "https://www.freedesktop.org/wiki/Software/libevdev", + "license": "MIT", + "supports": "linux", + "dependencies": [ + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |