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:
Stephan Raue 2014-01-30 14:33:36 +01:00
parent eb954e03d6
commit eb84432a5d

View File

@ -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
}