pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
raylib: convert to cmake/build.mk
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Tue Jan 24 19:29:13 2023 +0100
Changeset: 337c65bd35f569af6be3899e552420170cb97678
Modified Files:
raylib/Makefile
Log Message:
raylib: convert to cmake/build.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=337c65bd35f569af6be3899e552420170cb97678
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
raylib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/raylib/Makefile b/raylib/Makefile
index deaf781c45..a2a38824f6 100644
--- a/raylib/Makefile
+++ b/raylib/Makefile
@@ -10,12 +10,12 @@ COMMENT= Simple library to enjoy videogames programming
LICENSE= zlib
USE_LANGUAGES= c c++
-USE_CMAKE= yes
CMAKE_ARGS+= -DPLATFORM=Desktop
CMAKE_ARGS+= -DUSE_EXTERNAL_GLFW:BOOL=ON
CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=OFF
+.include "../../devel/cmake/build.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glfw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index