-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most recent commit, 8472c96 ("freeglut: add missing dependencies") broke when this was built for wayland, in two ways: 1. It dropped the xkbcommon dep, which is required on Wayland as well 2. It started passing x11_dep to the XParseGeometry-detection, but x11_dep isn't set in that code-path. The former was fixed simply by adding it back. The latter was fixed by dropping the x11_dep in the Windows code-path, and rather passing all of freeglut_deps to the detection logic.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -890,6 +890,7 @@ | |
"glut" | ||
], | ||
"versions": [ | ||
"3.4.0-3", | ||
"3.4.0-2", | ||
"3.4.0-1" | ||
] | ||
|
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