mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 16:49:53 +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.25.0"
|
|
PKG_SHA256="193bd592298bd9e369c0ef3e5d83a6a9d68ddc4cd3dfc84bbe77920a8d0d57df"
|
|
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"
|