aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-27 12:41:25 -0400
committerDavid Robillard <d@drobilla.net>2023-05-27 12:41:25 -0400
commitd93b810bc39ee5e7dc0a6cb0988ccc167c152646 (patch)
treea5cac4193c84cdccbf0ae011c72e8bf13abf3b48 /doc/cpp
parent70ca6e6138589c1c24ea3e22eff96cfbd1c06d34 (diff)
downloadpugl-d93b810bc39ee5e7dc0a6cb0988ccc167c152646.tar.gz
pugl-d93b810bc39ee5e7dc0a6cb0988ccc167c152646.tar.bz2
pugl-d93b810bc39ee5e7dc0a6cb0988ccc167c152646.zip
Separate pugl/glu.h from pugl/gl.h
The GLU library is often shipped in a separate package, so it's possible to have a system with GL, but no GLU headers. Since use of GLU isn't universal (none of the examples use it), its inclusion can break builds that would otherwise work. So, move it to a separate wrapper header so this can be avoided.
Diffstat (limited to 'doc/cpp')
-rw-r--r--doc/cpp/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/cpp/Doxyfile.in b/doc/cpp/Doxyfile.in
index ffb2384..05deae7 100644
--- a/doc/cpp/Doxyfile.in
+++ b/doc/cpp/Doxyfile.in
@@ -41,6 +41,7 @@ INPUT = @PUGL_SRCDIR@/include/pugl/attributes.h \
@PUGL_SRCDIR@/include/pugl/pugl.h \
@PUGL_SRCDIR@/include/pugl/cairo.h \
@PUGL_SRCDIR@/include/pugl/gl.h \
+ @PUGL_SRCDIR@/include/pugl/glu.h \
@PUGL_SRCDIR@/include/pugl/stub.h \
@PUGL_SRCDIR@/include/pugl/vulkan.h \
@PUGL_SRCDIR@/bindings/cpp/include/pugl/pugl.hpp \