distribution/packages/x11/lib/libXtst/package.mk

23 lines
679 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libXtst"
PKG_VERSION="14a44d0e3e6c3d9e757e2fdd143587efe532f1e9"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="OSS"
PKG_SITE="https://gitlab.freedesktop.org/xorg/lib/libxtst"
PKG_URL="${PKG_SITE}.git"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain util-macros libXext libXi libX11"
PKG_LONGDESC="The Xtst Library"
PKG_TOOLCHAIN="autotools"
2022-02-05 14:23:32 +00:00
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-gnu-ld --without-xmlto"
2022-07-02 01:39:43 +00:00
pre_configure_target() {
CFLAGS="${CFLAGS} -fPIC"
}
2022-07-02 01:39:43 +00:00
post_configure_target() {
libtool_remove_rpath libtool
}