Skip to content

Commit

Permalink
[freetype-gl] Add message of system dependency libglu1-mesa-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed Feb 5, 2025
1 parent 3de032f commit 3481b48
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ports/freetype-gl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Message for `include/GL/glew.h:1219:14: fatal error: GL/glu.h: No such file or directory`
message(
"${PORT} currently requires the following programs from the system package manager:
libglu1-mesa-dev
On Debian and Ubuntu derivatives:
sudo apt install libglu1-mesa-dev"
)

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
Expand Down
1 change: 1 addition & 0 deletions ports/freetype-gl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "freetype-gl",
"version": "1.0",
"port-version": 1,
"description": "OpenGL text using one vertex buffer, one texture and FreeType",
"homepage": "https://github.com/rougier/freetype-gl",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2918,7 +2918,7 @@
},
"freetype-gl": {
"baseline": "1.0",
"port-version": 0
"port-version": 1
},
"freexl": {
"baseline": "2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/freetype-gl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eedf7c6587f5e718744008d34800a23e7aae9654",
"version": "1.0",
"port-version": 1
},
{
"git-tree": "214e21b36f0f4b0ae0d9514eed1eba20f3c2ff4d",
"version": "1.0",
Expand Down

0 comments on commit 3481b48

Please sign in to comment.