git: 484cdffa84dd - main - x11-wm/gamescope: convert to cmake:indirect
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 18:31:13 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=484cdffa84dd9b2f693fc0696c646b6bb614c9cb commit 484cdffa84dd9b2f693fc0696c646b6bb614c9cb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-04-17 18:16:28 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-04-17 18:30:10 +0000 x11-wm/gamescope: convert to cmake:indirect --- x11-wm/gamescope/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index d2a413b1d1c0..731b5aaf759c 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -15,8 +15,7 @@ WWW= https://github.com/ValveSoftware/gamescope LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cmake:devel/cmake-core \ - evdev-proto>0:devel/evdev-proto \ +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ glslangValidator:graphics/glslang \ vulkan-headers>0:graphics/vulkan-headers \ wayland-protocols>=1.17:graphics/wayland-protocols \ @@ -31,7 +30,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= hwdata>0:misc/hwdata -USES= compiler:c++11-lib meson pkgconfig sdl xorg +USES= cmake:indirect compiler:c++11-lib meson pkgconfig sdl xorg USE_GITHUB= yes USE_SDL= sdl2 USE_XORG= x11 xcb xcomposite xdamage xext xfixes xmu xrender xres xtst xxf86vm @@ -83,7 +82,6 @@ BUILD_DEPENDS+= ${CMAKE_BIN}:devel/cmake-core USES+= llvm:min=16,build,export PATH:= ${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm* CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CPP="${CPP}" -CMAKE_BIN= ${LOCALBASE}/bin/cmake # XXX Move into separate port and standardize via USES GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.1:libcxx