-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a bunch of fixes, also tests work now
- Loading branch information
Showing
11 changed files
with
26 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ license: Zlib | |
description-file: README.md | ||
url: https://www.glfw.org | ||
package-url: https://github.com/Swat-SomeBug/glfw.git | ||
email: [email protected] | ||
depends: * build2 >= 0.13.0 | ||
depends: * bpkg >= 0.13.0 | ||
email: [email protected] ; Mailing list. | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
requires: ; OpengGL libraries. Usually installed with system or SDK on Windows. | ||
requires: ; X11 and Wayland when building for Linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
: GLFWVERSION_TEST | ||
$* --version >>~%EOM% | ||
GLFW header version: 3.4 | ||
GLFW library version: 3.4 | ||
%GLFW library version string: \"3\.4.+% | ||
GLFW header version: 3.4.0 | ||
GLFW library version: 3.4.0 | ||
%GLFW library version string: \"3\.4\.0.+% | ||
EOM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ license: Zlib | |
description-file: README.md | ||
url: https://www.glfw.org | ||
package-url: https://github.com/Swat-SomeBug/glfw.git | ||
email: [email protected] | ||
depends: * build2 >= 0.13.0 | ||
depends: * bpkg >= 0.13.0 | ||
email: [email protected] ; Mailing list. | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
requires: ; OpengGL/Vulkan libraries. Usually installed with system or SDK on Windows. | ||
requires: ; X11 when building for Linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ summary: GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES an | |
license: Zlib | ||
description-file: README.md | ||
url: https://www.glfw.org | ||
package-url: https://github.com/monomere/glfw-build2.git | ||
email: [email protected] | ||
# tests: glfw-tests == $ | ||
# examples: glfw-examples == $ | ||
depends: * build2 >= 0.16.0 | ||
depends: * bpkg >= 0.16.0 | ||
package-url: https://github.com/build2-packaging/glfw.git | ||
email: [email protected] ; Mailing list. | ||
tests: glfw-tests == $ | ||
examples: glfw-examples == $ | ||
depends: * build2 >= 0.17.0 | ||
depends: * bpkg >= 0.17.0 | ||
builds: -freebsd | ||
build-exclude: macos*-gcc** ; GCC not supported on macos -> Cannot parse Cocoa | ||
requires: ; OpengGL/Vulkan libraries. Usually installed with system or SDK on Windows. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
:1 | ||
location: glfw/ | ||
: | ||
location: glfw-tests/ | ||
: | ||
location: glfw-examples/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,2 @@ | ||
# monomere/glfw-build2 | ||
# | ||
: 1 | ||
min-bpkg-version: 0.17.0 | ||
: | ||
summary: glfw project repository | ||
email: [email protected] | ||
|
||
|
||
#: | ||
#role: prerequisite | ||
#location: https://pkg.cppget.org/1/stable | ||
#trust: ... | ||
|
||
#: | ||
#role: prerequisite | ||
#location: https://git.build2.org/hello/libhello.git |