mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
libevdev: use tarball instead of git repository
Tarballs are now provided for libevdev, so use that instead of the Git repository, as it allows to avoid autoreconf for the package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
65c7a07bba
commit
79f742f787
@ -5,16 +5,14 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBEVDEV_VERSION = 1.2.2
|
LIBEVDEV_VERSION = 1.2.2
|
||||||
LIBEVDEV_SITE = http://cgit.freedesktop.org/libevdev/snapshot
|
LIBEVDEV_SITE = http://www.freedesktop.org/software/libevdev/
|
||||||
|
LIBEVDEV_SOURCE = libevdev-$(LIBEVDEV_VERSION).tar.xz
|
||||||
LIBEVDEV_LICENSE = X11
|
LIBEVDEV_LICENSE = X11
|
||||||
LIBEVDEV_LICENSE_FILES = COPYING
|
LIBEVDEV_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
# Uses PKG_CHECK_MODULES() in configure.ac
|
# Uses PKG_CHECK_MODULES() in configure.ac
|
||||||
LIBEVDEV_DEPENDENCIES = host-pkgconf
|
LIBEVDEV_DEPENDENCIES = host-pkgconf
|
||||||
|
|
||||||
# package source code coming from git, so it doesn't have generated
|
|
||||||
# configure and Makefile.in
|
|
||||||
LIBEVDEV_AUTORECONF = YES
|
|
||||||
LIBEVDEV_INSTALL_STAGING = YES
|
LIBEVDEV_INSTALL_STAGING = YES
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user