mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libdrm:
- remove references to nouveau driver - ensure that we build with intel support if we build with intel graphic driver
This commit is contained in:
parent
22551e9216
commit
ef942e7da5
@ -9,11 +9,11 @@ $SCRIPTS/build udev
|
||||
get_graphicdrivers
|
||||
|
||||
for drv in $DRM_DRIVERS; do
|
||||
[ $drv = intel ] && \
|
||||
DRM_CONFIG="$DRM_CONFIG --enable-intel"
|
||||
|
||||
[ $drv = radeon ] && \
|
||||
DRM_CONFIG="$DRM_CONFIG --enable-radeon-experimental-api"
|
||||
|
||||
[ $drv = nouveau ] && \
|
||||
DRM_CONFIG="$DRM_CONFIG --enable-nouveau-experimental-api"
|
||||
done
|
||||
|
||||
export LIBUDEV_CFLAGS="-I`ls -d $ROOT/$BUILD/udev*`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user