13 lines
600 B
Makefile
Executable file
13 lines
600 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Frank Hartung (supervisedthinking (@) gmail.com)
|
|
|
|
PKG_NAME="xcb-util"
|
|
PKG_VERSION="0.4.0"
|
|
PKG_SHA256="46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://xcb.freedesktop.org/XcbUtil/"
|
|
PKG_URL="https://xcb.freedesktop.org/dist/xcb-util-${PKG_VERSION}.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain libxcb xorgproto util-macros"
|
|
PKG_LONGDESC="The xcb-util package provides additional extensions to the XCB library, many that were previously found in Xlib, but are not part of core X protocol."
|
|
|
|
|