efl: there's no gain enabling the evas drm module, disable it.

This commit is contained in:
Juan RP 2015-02-09 19:08:52 +01:00
parent 6282cb6399
commit fbf024142b
1 changed files with 1 additions and 1 deletions

View File

@ -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"