mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
efl: there's no gain enabling the evas drm module, disable it.
This commit is contained in:
parent
6282cb6399
commit
fbf024142b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
if [ "$build_option_opengl" ]; then
|
||||
configure_args+=" --with-opengl=full --enable-drm --enable-drm-hw-accel"
|
||||
configure_args+=" --with-opengl=full"
|
||||
makedepends+=" MesaLib-devel"
|
||||
elif [ "$build_option_gles2" ]; then
|
||||
configure_args+=" --with-opengl=es"
|
||||
|
|
Loading…
Add table
Reference in a new issue