aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xcb-proto/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/xcb-proto/vcpkg.json')
-rw-r--r--vcpkg/ports/xcb-proto/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/xcb-proto/vcpkg.json b/vcpkg/ports/xcb-proto/vcpkg.json
new file mode 100644
index 0000000..24100f3
--- /dev/null
+++ b/vcpkg/ports/xcb-proto/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "xcb-proto",
+ "version": "1.14.1",
+ "port-version": 2,
+ "description": "XML-XCB protocol descriptions used by libxcb for the X11 protocol & extensions",
+ "homepage": "https://xcb.freedesktop.org/",
+ "license": "X11-distribute-modifications-variant",
+ "dependencies": [
+ "bzip2",
+ {
+ "name": "libxml2",
+ "host": true,
+ "features": [
+ "tools"
+ ]
+ },
+ "xorg-macros"
+ ]
+}