aboutsummaryrefslogtreecommitdiff
path: root/ports/raylib/CONTROL
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-08-08 07:17:24 +0800
committerGitHub <noreply@github.com>2020-08-07 16:17:24 -0700
commit8121b4ec3d6a11353daf7639ed9082a78e617a2e (patch)
tree1095849904b7d283fe4819afca6bf8929be045d8 /ports/raylib/CONTROL
parent23fcc57ad188ea9ba94f286bf24d408ccf81fd2f (diff)
downloadvcpkg-8121b4ec3d6a11353daf7639ed9082a78e617a2e.tar.gz
vcpkg-8121b4ec3d6a11353daf7639ed9082a78e617a2e.zip
[raylib] Fix the feature issue (#12783)
Diffstat (limited to 'ports/raylib/CONTROL')
-rw-r--r--ports/raylib/CONTROL7
1 files changed, 4 insertions, 3 deletions
diff --git a/ports/raylib/CONTROL b/ports/raylib/CONTROL
index 382de52f3..efa8155c2 100644
--- a/ports/raylib/CONTROL
+++ b/ports/raylib/CONTROL
@@ -1,9 +1,10 @@
Source: raylib
Version: 3.0.0
-Port-Version: 1
+Port-Version: 2
Description: A simple and easy-to-use library to enjoy videogames programming
Homepage: https://github.com/raysan5/raylib
Supports: !(arm|uwp)
+Default-Features: use-audio
-Feature: non-audio
-Description: Build raylib without audio module
+Feature: use-audio
+Description: Build raylib with audio module