Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2024 16:13:37 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 18c0488eb51b - main - net-im/tg_owt: unbreak build after 171cdaf295e37c781f9a4999b05ea74da0bcd0f0
Message-ID:  <202404221613.43MGDbA8076389@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18c0488eb51b6319bcf7b7b36624d1ea2148e823

commit 18c0488eb51b6319bcf7b7b36624d1ea2148e823
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-04-22 12:25:15 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-04-22 12:28:45 +0000

    net-im/tg_owt: unbreak build after 171cdaf295e37c781f9a4999b05ea74da0bcd0f0
    
    mesa-libs is no more rely on libOpenGL.so, declare direct dependency via USE_GL
---
 net-im/tg_owt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile
index 6075642a372f..20a16179dc7f 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tg_owt
 PORTVERSION=	0.0.20231221
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	ports@FreeBSD.org
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 
 USES=		cmake gl pkgconfig xorg
 USE_XORG=	x11 xcomposite xdamage xrender xrandr xtst
-USE_GL=		gbm
+USE_GL=		gbm gl
 USE_GITHUB=	yes
 GH_ACCOUNT=	desktop-app
 GH_TAGNAME=	afd9d5d



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