Skip to content

Commit

Permalink
Mesa: update to Mesa-10.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed Dec 15, 2014
1 parent d487ed5 commit 3fd7763
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/graphics/Mesa/package.mk
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="Mesa"
PKG_VERSION="10.3.5"
PKG_VERSION="10.4.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
Expand All @@ -38,7 +38,7 @@ PKG_AUTORECONF="yes"
if [ "$LLVM_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET elfutils llvm"
export LLVM_CONFIG="$SYSROOT_PREFIX/usr/bin/llvm-config-host"
MESA_GALLIUM_LLVM="--enable-gallium-llvm --with-llvm-shared-libs"
MESA_GALLIUM_LLVM="--enable-gallium-llvm --enable-llvm-shared-libs"
else
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
fi
Expand All @@ -50,8 +50,6 @@ else
MESA_VDPAU="--disable-vdpau"
fi

XA_CONFIG="--disable-xa"

PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
CXX_FOR_BUILD=$HOST_CXX \
CFLAGS_FOR_BUILD= \
Expand All @@ -74,17 +72,20 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
--enable-glx \
--disable-osmesa \
--enable-egl --with-egl-platforms=x11,drm \
$XA_CONFIG \
--disable-xa \
--enable-gbm \
--disable-nine \
--disable-xvmc \
$MESA_VDPAU \
--disable-opencl \
--disable-omx \
--disable-va \
--disable-opencl --enable-opencl-icd \
--disable-xlib-glx \
--disable-gallium-egl \
--disable-gallium-gbm \
--disable-r600-llvm-compiler \
--disable-gallium-tests \
--disable-gallium-osmesa \
--enable-shared-glapi \
--enable-sysfs \
--enable-glx-tls \
$MESA_GALLIUM_LLVM \
--disable-silent-rules \
Expand All @@ -94,7 +95,6 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
--with-dri-drivers=$DRI_DRIVERS \
--with-sysroot=$SYSROOT_PREFIX"


post_makeinstall_target() {
# rename and relink for cooperate with nvidia drivers
rm -rf $INSTALL/usr/lib/libGL.so
Expand Down

0 comments on commit 3fd7763

Please sign in to comment.