git: 4fc828c4a704 - main - x11/libinput: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 17 Jun 2022 07:52:45 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4fc828c4a704b5f37b0cdb67e9b0508f33c3d0cf

commit 4fc828c4a704b5f37b0cdb67e9b0508f33c3d0cf
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-06-17 07:52:11 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-06-17 07:52:11 +0000

    x11/libinput: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 x11/libinput/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile
index 3a9b7954e3f2..89fb17c19fc7 100644
--- a/x11/libinput/Makefile
+++ b/x11/libinput/Makefile
@@ -17,9 +17,11 @@ LIB_DEPENDS=	libevdev.so:devel/libevdev \
 		libudev.so:devel/libudev-devd \
 		libmtdev.so:devel/libmtdev
 
-USES=		localbase meson pkgconfig python:run shebangfix tar:xz
+USES=		cpe localbase meson pkgconfig python:run shebangfix tar:xz
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	freedesktop
+
 MESON_ARGS=	-Ddocumentation=false -Dtests=false
 
 SHEBANG_FILES=	tools/libinput-analyze-per-slot-delta.py \