aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wayland-protocols/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/wayland-protocols/vcpkg.json')
-rw-r--r--vcpkg/ports/wayland-protocols/vcpkg.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/vcpkg/ports/wayland-protocols/vcpkg.json b/vcpkg/ports/wayland-protocols/vcpkg.json
new file mode 100644
index 0000000..3cacb39
--- /dev/null
+++ b/vcpkg/ports/wayland-protocols/vcpkg.json
@@ -0,0 +1,37 @@
+{
+ "name": "wayland-protocols",
+ "version": "1.43",
+ "description": "wayland-protocols contains Wayland protocols that add functionality not available in the Wayland core protocol.",
+ "homepage": "https://wayland.freedesktop.org",
+ "license": "MIT",
+ "dependencies": [
+ "wayland"
+ ],
+ "features": {
+ "force-build": {
+ "description": [
+ "Build wayland libraries instead of depending on system ones.",
+ "Requires triplet variable X_VCPKG_FORCE_VCPKG_WAYLAND_LIBRARIES to be set."
+ ],
+ "dependencies": [
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ },
+ {
+ "name": "wayland",
+ "features": [
+ "force-build"
+ ]
+ },
+ {
+ "name": "wayland",
+ "host": true,
+ "features": [
+ "force-build"
+ ]
+ }
+ ]
+ }
+ }
+}