aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortarcila <tarcila@users.noreply.github.com>2019-07-09 15:37:38 -0400
committerCurtis J Bezault <curtbezault@gmail.com>2019-07-09 15:37:38 -0400
commit277393703d9ec1af7e20d2f75483930833778b45 (patch)
tree963c4db89657627620649ec48d4a6408a6af0b95
parent71214e6a2940efba0a996eb08f1864a6ae88e9ca (diff)
downloadvcpkg-277393703d9ec1af7e20d2f75483930833778b45.tar.gz
vcpkg-277393703d9ec1af7e20d2f75483930833778b45.zip
[magnum] Enable egl and glx for magnum (#7026)
-rw-r--r--ports/magnum/CONTROL16
1 files changed, 16 insertions, 0 deletions
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]