Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 16:11:39 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: 12007a386640 - main - emulators/ppsspp: drop unused GL deps after 34a5259f5126
Message-ID:  <202110081611.198GBdOp011763@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=12007a386640da3da63d8bdcca10963f2f6e6310

commit 12007a386640da3da63d8bdcca10963f2f6e6310
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-08 16:04:49 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-08 16:07:10 +0000

    emulators/ppsspp: drop unused GL deps after 34a5259f5126
    
     =>> Checking shared library dependencies
    - 0x0000000000000001 NEEDED               Shared library: [libGL.so.1]
      0x0000000000000001 NEEDED               Shared library: [libGLEW.so.2]
    - 0x0000000000000001 NEEDED               Shared library: [libGLU.so.1]
    + 0x0000000000000001 NEEDED               Shared library: [libOpenGL.so.0]
      0x0000000000000001 NEEDED               Shared library: [libSDL2-2.0.so.0]
    [...]
---
 emulators/ppsspp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 5b1012532c5a..ff1471a9f8ac 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -37,7 +37,7 @@ CONFLICTS_INSTALL=	${PORTNAME}-*
 USES=		cmake compiler:c++11-lib gl localbase:ldflags pkgconfig
 EXCLUDE=	libzip zlib
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
-USE_GL=		gl glew glu
+USE_GL=		glew opengl
 CMAKE_ON=	USE_SYSTEM_FFMPEG USE_SYSTEM_LIBZIP USE_SYSTEM_SNAPPY USE_WAYLAND_WSI
 CMAKE_OFF=	USE_DISCORD
 SUB_FILES=	pkg-message



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