From 88fa3bdfd5b4f4476e7a2a9a8c94809e85c52401 Mon Sep 17 00:00:00 2001 From: StephaneBPRO Date: Sun, 30 Jun 2019 11:47:37 +0200 Subject: Adding EglContext / CglContext / GlxContext (#7060) Adding the Egl/Cgl/Clx Context plugin to manage crossplatform OpenGL context (MacOs / Linux) --- ports/magnum/CONTROL | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ports/magnum/CONTROL b/ports/magnum/CONTROL index 89bcff28e..44acd700e 100644 --- a/ports/magnum/CONTROL +++ b/ports/magnum/CONTROL @@ -117,6 +117,18 @@ Feature: windowlesswglapplication Description: WindowlessWglApplication library Build-Depends: magnum[gl] +Feature: eglcontext +Description: EglContext library +Build-Depends: magnum[gl] + +Feature: cglcontext +Description: CglContext library +Build-Depends: magnum[gl] + +Feature: glxcontext +Description: GlxContext library +Build-Depends: magnum[gl] + Feature: wglcontext Description: WglContext library Build-Depends: magnum[gl] -- cgit v1.2.3