distribution/packages/x11/lib/libxcb-wm/package.mk
sydarn ab11cf234a Sway build fixes
libxcb-wm is required for xwayland, I think I made some progress
building it... but it's not there yet. So xwayland is disabled
2024-02-01 13:54:27 +01:00

12 lines
500 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libxcb-wm"
PKG_VERSION="0.4.2"
PKG_LICENSE="OSS"
PKG_SITE="https://wayland.freedesktop.org/"
PKG_URL="https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/-/archive/xcb-util-wm-${PKG_VERSION}/${PKG_NAME}-xcb-util-wm-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libxcb util-macros xorgproto"
PKG_LONGDESC="Reference implementation of a Wayland compositor"
PKG_TOOLCHAIN="autotools"