mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libdrm-master:
- add configuration for intel cards - remove configuration for nouveau cards
This commit is contained in:
parent
3341175c81
commit
6650c9c9f7
@ -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