efl: there's no gain enabling the evas drm module, disable it.
This commit is contained in:
parent
6282cb6399
commit
fbf024142b
|
@ -52,7 +52,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$build_option_opengl" ]; then
|
if [ "$build_option_opengl" ]; then
|
||||||
configure_args+=" --with-opengl=full --enable-drm --enable-drm-hw-accel"
|
configure_args+=" --with-opengl=full"
|
||||||
makedepends+=" MesaLib-devel"
|
makedepends+=" MesaLib-devel"
|
||||||
elif [ "$build_option_gles2" ]; then
|
elif [ "$build_option_gles2" ]; then
|
||||||
configure_args+=" --with-opengl=es"
|
configure_args+=" --with-opengl=es"
|
||||||
|
|
Loading…
Reference in New Issue