DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 12d7dfb467f94cf7e56651593912289279d8b1fd
parent 5f58bfbadbd8acff6f32fef8ae2bbfe61627f283
Author: falkTX <falktx@falktx.com>
Date:   Mon, 17 May 2021 23:04:13 +0100

Do not require glu.h

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdgl/src/pugl.hpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dgl/src/pugl.hpp b/dgl/src/pugl.hpp @@ -30,6 +30,7 @@ START_NAMESPACE_DGL #define PUGL_API #define PUGL_DISABLE_DEPRECATED +#define PUGL_NO_INCLUDE_GLU_H #include "pugl-upstream/include/pugl/pugl.h" PUGL_BEGIN_DECLS