blob: db05422699fd0167efc1a06afd42e196bf7744e6 [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"
Patrick Williams39653562024-03-01 08:54:02 -060011SRC_URI[sha256sum] = "cddd5c02a131072c19c6cde6f2cb2cd57eae7dacb50d14c337efd980baa51a51"
Andrew Geisslere34f8962021-04-15 15:53:51 -050012
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"