pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/mgba-qt
Module Name: pkgsrc
Committed By: nia
Date: Sat Jul 22 09:50:55 UTC 2023
Modified Files:
pkgsrc/emulators/mgba-qt: Makefile
Log Message:
mgba-qt: Add missing libedit dependency. Ensure GL is consistently disabled.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/mgba-qt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/mgba-qt/Makefile
diff -u pkgsrc/emulators/mgba-qt/Makefile:1.8 pkgsrc/emulators/mgba-qt/Makefile:1.9
--- pkgsrc/emulators/mgba-qt/Makefile:1.8 Tue Jul 18 18:02:46 2023
+++ pkgsrc/emulators/mgba-qt/Makefile Sat Jul 22 09:50:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/07/18 18:02:46 nia Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/22 09:50:55 nia Exp $
PKGREVISION= 4
.include "${.CURDIR}/../../emulators/mgba/Makefile.common"
@@ -12,6 +12,8 @@ CMAKE_ARGS+= -DBUILD_QT=ON
# performance problems...
CMAKE_ARGS+= -DBUILD_GL=OFF
+CMAKE_ARGS+= -DBUILD_GLES2=OFF
+CMAKE_ARGS+= -DBUILD_GLES3=OFF
CMAKE_ARGS+= -DUSE_EPOXY=OFF
USE_CXX_FEATURES+= c++14
@@ -26,6 +28,7 @@ TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../
.include "options.mk"
.include "../../archivers/libzip/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/editline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index