enlightenment.efl: remove dependence on xineLib
EFL supports four video back-ends: gstreamer, gstreamer1, libvlc, and xine. After asking in the IRC channel, the author (raster) recommended enabling gstreamer1 and disabling the others.
This commit is contained in:
parent
b63e0a5b0b
commit
f38c52ae44
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
libjpeg, libpng, libpulseaudio, libraw, librsvg, libsndfile,
|
||||
libspectre, libtiff, libwebp, libxkbcommon, luajit, lz4, mesa,
|
||||
openjpeg, openssl, poppler, python27Packages, systemd, udev,
|
||||
utillinux, writeText, xineLib, xorg, zlib
|
||||
utillinux, writeText, xorg, zlib
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -78,7 +78,6 @@ stdenv.mkDerivation rec {
|
|||
poppler
|
||||
python27Packages.dbus-python
|
||||
utillinux
|
||||
xineLib
|
||||
xorg.libXScrnSaver
|
||||
xorg.libXcomposite
|
||||
xorg.libXdamage
|
||||
|
|
Loading…
Reference in a new issue