mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
pkg-config: update to pkg-config-0.27
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f3463ca043
commit
a4a4e2d79c
@ -22,8 +22,8 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
export GLIB_CFLAGS="-I$ROOT/$TOOLCHAIN/include/glib-2.0 -I$ROOT/$TOOLCHAIN/lib/glib-2.0/include"
|
||||
export GLIB_LIBS="-L$ROOT/$TOOLCHAIN/lib -lglib-2.0"
|
||||
# export GLIB_CFLAGS="-I$ROOT/$TOOLCHAIN/include/glib-2.0 -I$ROOT/$TOOLCHAIN/lib/glib-2.0/include"
|
||||
# export GLIB_LIBS="-L$ROOT/$TOOLCHAIN/lib -lglib-2.0"
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
@ -32,6 +32,8 @@ cd $PKG_BUILD
|
||||
--build=$HOST_NAME \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
--with-internal-glib \
|
||||
--with-gnu-ld
|
||||
|
||||
make
|
||||
|
@ -19,14 +19,14 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="pkg-config"
|
||||
PKG_VERSION="0.26"
|
||||
PKG_VERSION="0.27"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.freedesktop.org/software/pkgconfig/"
|
||||
PKG_URL="http://pkgconfig.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache glib-host"
|
||||
PKG_BUILD_DEPENDS="ccache"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="pkg-config: A library configuration management system"
|
||||
|
Loading…
x
Reference in New Issue
Block a user