diff options
Diffstat (limited to 'vcpkg/ports/libx11/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libx11/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/libx11/vcpkg.json b/vcpkg/ports/libx11/vcpkg.json new file mode 100644 index 0000000..44c4128 --- /dev/null +++ b/vcpkg/ports/libx11/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "libx11", + "version": "1.8.1", + "port-version": 4, + "description": "The X Window System is a network-transparent window system that was designed at MIT.", + "homepage": "https://www.x.org/wiki/", + "license": "MIT", + "dependencies": [ + "bzip2", + { + "name": "libx11", + "host": true + }, + { + "name": "libxslt", + "host": true + }, + "xcb", + "xproto", + "xtrans" + ] +} |