blob: 5509b0bb09902fb84ba844514b68451fb0840c2e [file] [log] [blame]
Andrew Geisslere34f8962021-04-15 15:53:51 -05001# Copyright (C) 2021 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3SUMMARY = "The simple GObject game controller library"
4HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/libmanette/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "LGPL-2.1-only"
Andrew Geisslere34f8962021-04-15 15:53:51 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
7
8DEPENDS = "libevdev libgudev"
9
10SRC_URI = "https://download.gnome.org/sources/libmanette/0.2/libmanette-${PV}.tar.xz"
11SRC_URI[sha256sum] = "63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267636bac"
12
13inherit meson pkgconfig gobject-introspection ptest vala
14
Patrick Williams213cb262021-08-07 19:21:33 -050015FILES:${PN}-ptest =+ "${bindir}/manette-test"
16FILES:${PN}-dev =+ "${libdir}/girepository-1.0"