diff options
Diffstat (limited to 'vcpkg/ports/xcb-util-wm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xcb-util-wm/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/xcb-util-wm/vcpkg.json b/vcpkg/ports/xcb-util-wm/vcpkg.json new file mode 100644 index 0000000..052e6f2 --- /dev/null +++ b/vcpkg/ports/xcb-util-wm/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "xcb-util-wm", + "version": "0.4.2", + "port-version": 1, + "description": "XCB client and window-manager helpers for ICCCM & EWMH.", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/", + "license": null, + "dependencies": [ + "bzip2", + "xcb", + "xorg-macros", + "xproto" + ] +} |