mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 16:37:50 +00:00
pixman: update to pixman-0.20.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c4de9f6723
commit
7e53c7f157
@ -7,12 +7,17 @@ cd $PKG_BUILD
|
|||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-silent-rules \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
--disable-openmp \
|
||||||
--enable-mmx \
|
--enable-mmx \
|
||||||
--enable-sse2 \
|
--enable-sse2 \
|
||||||
--disable-openmp \
|
|
||||||
--disable-vmx \
|
--disable-vmx \
|
||||||
|
--disable-arm-simd \
|
||||||
|
--disable-arm-neon \
|
||||||
|
--enable-gcc-inline-asm \
|
||||||
|
--disable-timers \
|
||||||
--disable-gtk \
|
--disable-gtk \
|
||||||
--with-gnu-ld
|
--with-gnu-ld
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PKG_NAME="pixman"
|
PKG_NAME="pixman"
|
||||||
PKG_VERSION="0.19.6"
|
PKG_VERSION="0.20.0"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user