diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index f890e5705fc..2b7153aaf22 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -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"