Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2022 12:20:36 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: 63b39d29994a - main - x11-wm/gamescope: check libliftoff package version after ef2d0a35dd40
Message-ID:  <202202111220.21BCKagU067878@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=63b39d29994a75ce5696d3c1f0db9e4623f1d95d

commit 63b39d29994a75ce5696d3c1f0db9e4623f1d95d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-11 12:16:11 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-11 12:18:56 +0000

    x11-wm/gamescope: check libliftoff package version after ef2d0a35dd40
    
    Dependency libliftoff found: NO found 0.1.0 but need: '>= 0.2.0' ; matched: '< 0.3.0'
    
    ../src/drm.cpp:1174:8: error: use of undeclared identifier 'liftoff_output_needs_composition'
                    if ( liftoff_output_needs_composition( drm->lo_output ) )
                         ^
---
 x11-wm/gamescope/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile
index ad93b7e39eeb..0fe27cf676ea 100644
--- a/x11-wm/gamescope/Makefile
+++ b/x11-wm/gamescope/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	glslangValidator:graphics/glslang \
 		evdev-proto>0:devel/evdev-proto \
+		libliftoff>=0.2.0<0.3.0:graphics/libliftoff \
 		vulkan-headers>0:graphics/vulkan-headers \
 		wayland-protocols>=1.17:graphics/wayland-protocols \
 		wlroots>=0.15.0<0.16.0:x11-toolkits/wlroots



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