forked from libretro/Lakka-LibreELEC
18 lines
846 B
Makefile
18 lines
846 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libinput"
|
|
PKG_VERSION="1.23.0"
|
|
PKG_SHA256="fad7011705a21f500229199f789f3e3e794b4c9826b70073745cdaec23bc1d0b"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.freedesktop.org/wiki/Software/libinput/"
|
|
PKG_URL="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain systemd libevdev mtdev"
|
|
PKG_LONGDESC="libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver."
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dlibwacom=false \
|
|
-Ddebug-gui=false \
|
|
-Dtests=false \
|
|
-Ddocumentation=false"
|