From 277393703d9ec1af7e20d2f75483930833778b45 Mon Sep 17 00:00:00 2001 From: tarcila Date: Tue, 9 Jul 2019 15:37:38 -0400 Subject: [magnum] Enable egl and glx for magnum (#7026) --- ports/magnum/CONTROL | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ports/magnum/CONTROL b/ports/magnum/CONTROL index 44acd700e..cc0720af9 100644 --- a/ports/magnum/CONTROL +++ b/ports/magnum/CONTROL @@ -132,3 +132,19 @@ Build-Depends: magnum[gl] Feature: wglcontext Description: WglContext library Build-Depends: magnum[gl] + +Feature: windowlesseglapplication +Description: WindowlessEglApplication library +Build-Depends: magnum[gl] + +Feature: eglcontext +Description: EglContext library +Build-Depends: magnum[gl] + +Feature: windowlessglxapplication +Description: WindowlessGlxApplication library +Build-Depends: magnum[gl] + +Feature: glxcontext +Description: GlxContext library +Build-Depends: magnum[gl] -- cgit v1.2.3