Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2022 07:52:45 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4fc828c4a704 - main - x11/libinput: Add CPE information
Message-ID:  <202206170752.25H7qjx5064089@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206170752.25H7qjx5064089>