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 2531e62
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 2531e62

Please sign in to comment.