mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 20:12:12 +00:00
* The first patch is removed because the input-raw plugin is now enabled
in tslib's provided ts.conf
* The second patch added 2 programs to tslib. The whole patch is removed
because:
- ts_finddev is now part of tslib.
- inputattach is part of the 'Linux console project' located
here: https://sourceforge.net/projects/linuxconsole/
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
507 B
Makefile
17 lines
507 B
Makefile
################################################################################
|
|
#
|
|
# tslib
|
|
#
|
|
################################################################################
|
|
|
|
TSLIB_VERSION = 1.2
|
|
TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION)
|
|
TSLIB_LICENSE = GPL, LGPL
|
|
TSLIB_LICENSE_FILES = COPYING
|
|
|
|
TSLIB_AUTORECONF = YES
|
|
TSLIB_INSTALL_STAGING = YES
|
|
TSLIB_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
|
|
|
|
$(eval $(autotools-package))
|