From fbf024142b6102d3f926dcfcdcaa623dc81c221e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Feb 2015 19:08:52 +0100 Subject: [PATCH] efl: there's no gain enabling the evas drm module, disable it. --- srcpkgs/efl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"