mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 21:29:06 +00:00
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.26.0"
|
|
PKG_SHA256="8c582b86c6865aaee2516ee96b299cef60c98e113d1391bbd2683eac08221a07"
|
|
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"
|