mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xf86-video-intel:
- add libXvMC and other needing dependencies
This commit is contained in:
parent
45b70516bd
commit
6216e87ab3
@ -3,6 +3,9 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build fontsproto
|
||||
$SCRIPTS/build libXvMC
|
||||
$SCRIPTS/build xorg-server
|
||||
|
||||
BUILD_DIR=`ls -d $PKG_BUILD`
|
||||
|
||||
@ -20,6 +23,7 @@ xorg_drv_configure_prepend
|
||||
--disable-static \
|
||||
--enable-dri \
|
||||
--enable-kms-only \
|
||||
--enable-xvmc \
|
||||
--enable-shave \
|
||||
--with-xorg-module-dir=$XORG_PATH_MODULES
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libXvMC
|
||||
|
||||
mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers
|
||||
cp $PKG_BUILD/src/.libs/intel_drv.so $INSTALL/$XORG_PATH_MODULES/drivers
|
||||
cp $PKG_BUILD/src/ch7017/.libs/ch7017.so $INSTALL/$XORG_PATH_MODULES/drivers
|
||||
|
Loading…
x
Reference in New Issue
Block a user