16 lines
748 B
Makefile
16 lines
748 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="libinput"
|
|
PKG_VERSION="1.19.2"
|
|
PKG_SHA256="0fc39f0af3ee1a77c60c34bc45391a4d0879169f7c0f7bbbeb5eef590b98b883"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.freedesktop.org/wiki/Software/libinput/"
|
|
PKG_URL="http://www.freedesktop.org/software/libinput/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
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"
|