From a9e54f2cdf2717dcd7e87a4fb8d641a1206eeed3 Mon Sep 17 00:00:00 2001 From: Ludovic Desroches Date: Tue, 9 Apr 2024 14:22:33 +0200 Subject: [PATCH] package/evemu: add staging installation To make the evdev library available for other packages, install it to the staging directory. Signed-off-by: Ludovic Desroches Signed-off-by: Thomas Petazzoni --- package/evemu/evemu.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk index b27033afa4..886ceb1142 100644 --- a/package/evemu/evemu.mk +++ b/package/evemu/evemu.mk @@ -9,6 +9,7 @@ EVEMU_SITE = http://www.freedesktop.org/software/evemu EVEMU_SOURCE = evemu-$(EVEMU_VERSION).tar.xz EVEMU_LICENSE = LGPL-3.0 (library), GPL-3.0 (tools) EVEMU_LICENSE_FILES = COPYING +EVEMU_INSTALL_STAGING = YES # asciidoc used to generate manpages, which we don't need, and if it's # present on the build host, it ends getting called with our host-python