mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
036769f5d6
* Add wayland to glfw3 port * Results of x-add-version * Add Wayland package info to build message * Ran x-add-version following previous commit * Update ports/glfw3/vcpkg.json to add wayland dependency Co-authored-by: Victor Romero <romerosanchezv@gmail.com> * Correct formatting of vcpkg.json * Ran x-add-version following previous commit Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
28 lines
723 B
JSON
28 lines
723 B
JSON
{
|
|
"name": "glfw3",
|
|
"version-semver": "3.3.8",
|
|
"port-version": 2,
|
|
"description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.",
|
|
"homepage": "https://github.com/glfw/glfw",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"wayland": {
|
|
"description": "Use Wayland display server",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"wayland"
|
|
]
|
|
}
|
|
}
|
|
}
|