From 17d25745bad380bd197ca4d4bda49accdc18aa04 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 25 Jan 2024 22:25:23 +0100 Subject: [PATCH] libs/libinput: assign PKG_CPE_ID https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:freedesktop:libinput Signed-off-by: Fabrice Fontaine --- libs/libinput/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index 03fdf8711d..eeabb8ee7d 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -15,6 +15,7 @@ PKG_HASH:=ff33a570b5a936c81e6c08389a8581c2665311d026ce3d225c88d09c49f9b440 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:freedesktop:libinput include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/meson.mk