aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxau/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libxau/vcpkg.json')
-rw-r--r--vcpkg/ports/libxau/vcpkg.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libxau/vcpkg.json b/vcpkg/ports/libxau/vcpkg.json
new file mode 100644
index 0000000..f1cbde6
--- /dev/null
+++ b/vcpkg/ports/libxau/vcpkg.json
@@ -0,0 +1,12 @@
+{
+ "name": "libxau",
+ "version": "1.0.9",
+ "description": "Functions for handling Xauthority files and entries.",
+ "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxau",
+ "license": "MIT-open-group",
+ "dependencies": [
+ "bzip2",
+ "xorg-macros",
+ "xproto"
+ ]
+}