mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 07:56:21 +00:00
ecb6f6c7b5
X11: build shared and/or enable position independent code (pic)
18 lines
625 B
Makefile
18 lines
625 B
Makefile
# 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="libXcomposite"
|
|
PKG_VERSION="0.4.6"
|
|
PKG_SHA256="fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://www.X.org"
|
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain util-macros libXfixes libXext libX11"
|
|
PKG_LONGDESC="X Composite Library"
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
post_configure_target() {
|
|
libtool_remove_rpath libtool
|
|
}
|