mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xf86-video-intel: update to xf86-video-intel-98f2e38
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2053110da2
commit
e7e9548de3
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
xorg_drv_configure_prepend
|
xorg_drv_configure_prepend
|
||||||
|
|
||||||
PKG_CONFIG="$PKG_CONFIG --define-variable=sdkdir=$SYSROOT_PREFIX/usr/include/xorg"
|
#PKG_CONFIG="$PKG_CONFIG --define-variable=sdkdir=$SYSROOT_PREFIX/usr/include/xorg"
|
||||||
CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include/xorg/"
|
#CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include/xorg/"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
@ -37,6 +37,8 @@ cd $PKG_BUILD
|
|||||||
--enable-dri \
|
--enable-dri \
|
||||||
--enable-kms-only \
|
--enable-kms-only \
|
||||||
--disable-xvmc \
|
--disable-xvmc \
|
||||||
|
--enable-sna \
|
||||||
|
--enable-vmap \
|
||||||
--with-xorg-module-dir=$XORG_PATH_MODULES
|
--with-xorg-module-dir=$XORG_PATH_MODULES
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -19,12 +19,13 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xf86-video-intel"
|
PKG_NAME="xf86-video-intel"
|
||||||
PKG_VERSION="2.15.0"
|
PKG_VERSION="98f2e38"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="i386 x86_64"
|
PKG_ARCH="i386 x86_64"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://intellinuxgraphics.org/"
|
PKG_SITE="http://intellinuxgraphics.org/"
|
||||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
#PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS="udev"
|
PKG_DEPENDS="udev"
|
||||||
PKG_BUILD_DEPENDS="toolchain util-macros util-macros fontsproto udev xorg-server"
|
PKG_BUILD_DEPENDS="toolchain util-macros util-macros fontsproto udev xorg-server"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user