aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxt/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libxt/vcpkg.json')
-rw-r--r--vcpkg/ports/libxt/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/libxt/vcpkg.json b/vcpkg/ports/libxt/vcpkg.json
new file mode 100644
index 0000000..1376103
--- /dev/null
+++ b/vcpkg/ports/libxt/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "libxt",
+ "version": "1.3.0",
+ "description": "X Toolkit Intrinsics library",
+ "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxt",
+ "license": null,
+ "dependencies": [
+ "bzip2",
+ "glib",
+ "libice",
+ "libsm",
+ "libx11",
+ {
+ "name": "libxt",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-get-vars",
+ "host": true
+ },
+ "xorg-macros",
+ "xproto"
+ ]
+}