Date: Wed, 21 Dec 2022 17:58:00 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 95acde932b26 - main - games/retroarch: limit wayland category to WAYLAND option Message-ID: <202212211758.2BLHw0uu011612@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=95acde932b26d11c4d9c9c11261551ea537e066f commit 95acde932b26d11c4d9c9c11261551ea537e066f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-21 17:52:31 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-21 17:57:14 +0000 games/retroarch: limit wayland category to WAYLAND option --- games/retroarch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/retroarch/Makefile b/games/retroarch/Makefile index de9e41e4ea6c..dbbeaaa7d296 100644 --- a/games/retroarch/Makefile +++ b/games/retroarch/Makefile @@ -1,7 +1,7 @@ PORTNAME= RetroArch PORTVERSION= 1.10.3 DISTVERSIONPREFIX= v -CATEGORIES= games emulators wayland +CATEGORIES= games emulators MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform entertainment system based on libretro API @@ -67,6 +67,7 @@ V4L_BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat V4L_CONFIGURE_ENABLE= v4l2 FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_CONFIGURE_ENABLE= freetype +WAYLAND_CATEGORIES= wayland WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ ${LOCALBASE}/include/linux/kd.h:graphics/svgalib WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211758.2BLHw0uu011612>