enlightenment.efl: use the default tpe of OpenGL support: es-egl

According to the Debian package full OpenGL is no longer supported on Linux.
This commit is contained in:
José Romildo Malaquias 2020-05-13 13:44:41 -03:00
parent a1ad2590f8
commit 4e02f045b6

View File

@ -147,7 +147,6 @@ stdenv.mkDerivation rec {
"-D ecore-imf-loaders-disabler=ibus,scim" # ibus is disalbed by default, scim is not availabe in nixpkgs
"-D embedded-lz4=false"
"-D fb=true"
"-D opengl=full"
"-D sdl=true"
];