enlightenment.efl: remove SDL dependence in favor of SDL2
This commit is contained in:
parent
ea78c87cc8
commit
44aa59741d
|
@ -3,7 +3,6 @@
|
|||
, meson
|
||||
, ninja
|
||||
, pkgconfig
|
||||
, SDL
|
||||
, SDL2
|
||||
, alsaLib
|
||||
, avahi
|
||||
|
@ -71,7 +70,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
SDL
|
||||
avahi
|
||||
fontconfig
|
||||
freetype
|
||||
|
|
Loading…
Reference in New Issue