mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
glamor-egl: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
eb954e03d6
commit
eb84432a5d
@ -23,8 +23,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://cgit.freedesktop.org/xorg/driver/glamor/"
|
||||
PKG_URL="http://cgit.freedesktop.org/xorg/driver/glamor/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="Mesa libdrm"
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain Mesa xorg-server libdrm"
|
||||
PKG_DEPENDS_TARGET="toolchain Mesa xorg-server libdrm"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="graphics"
|
||||
PKG_SHORTDESC="glamor-egl: OpenGL based 2D rendering acceleration library"
|
||||
@ -35,10 +34,7 @@ PKG_AUTORECONF="yes"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-glamor-gles2 --enable-xv --disable-glamor-dri3 --enable-glx-tls"
|
||||
|
||||
|
||||
|
||||
pre_configure_target() {
|
||||
# glamor-egl fails to build with GOLD if we build with --enable-glx-tls
|
||||
strip_gold
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user