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

19 lines
720 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="libXrandr"
PKG_VERSION="1.5.3"
PKG_SHA256="897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="OSS"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain util-macros libX11 libXrender libXext"
PKG_LONGDESC="Xrandr is a simple library designed to interface the X Resize and Rotate Extension."
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
2022-07-02 01:39:43 +00:00
post_configure_target() {
libtool_remove_rpath libtool
}