enlightenment: add dependency on mesa_noglu

This commit is contained in:
José Romildo Malaquias 2018-05-02 22:29:46 -03:00
parent 1095c414a6
commit d76ac2707b

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
luajit, bzip2, libpthreadstubs, gdbm, libcap, libGLU,
luajit, bzip2, libpthreadstubs, gdbm, libcap, libGLU, mesa_noglu,
xkeyboard_config, pcre
}:
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
libpthreadstubs
gdbm
pcre
mesa_noglu
] ++
stdenv.lib.optionals stdenv.isLinux [ libcap ];