gst-plugins-base: delete directory include/GL to avoid conflict with mesa

This commit is contained in:
Leonid Pliushch 2020-09-23 19:10:14 +03:00
parent 94660afa94
commit 8ef670d186
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://gstreamer.freedesktop.org/
TERMUX_PKG_DESCRIPTION="GStreamer base plug-ins"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_VERSION=1.18.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=762abdd1a950809a1cea62fff7f86b5f7d6bd5f6841e3e585c700b823cdb7897
TERMUX_PKG_DEPENDS="gstreamer, libandroid-shmem, libjpeg-turbo, libopus, libpng, libvorbis, zlib"
@ -13,6 +14,9 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dpango=disabled
"
# Conflicts with Mesa.
TERMUX_PKG_RM_AFTER_INSTALL="include/GL"
termux_step_pre_configure() {
LDFLAGS+=" -landroid-shmem"
}