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
@ -4,7 +4,7 @@
|
|||||||
libjpeg, libpng, libpulseaudio, libraw, librsvg, libsndfile,
|
libjpeg, libpng, libpulseaudio, libraw, librsvg, libsndfile,
|
||||||
libspectre, libtiff, libwebp, libxkbcommon, luajit, lz4, mesa,
|
libspectre, libtiff, libwebp, libxkbcommon, luajit, lz4, mesa,
|
||||||
openjpeg, openssl, poppler, python27Packages, systemd, udev,
|
openjpeg, openssl, poppler, python27Packages, systemd, udev,
|
||||||
utillinux, writeText, xineLib, xorg, zlib
|
utillinux, writeText, xorg, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -78,7 +78,6 @@ stdenv.mkDerivation rec {
|
|||||||
poppler
|
poppler
|
||||||
python27Packages.dbus-python
|
python27Packages.dbus-python
|
||||||
utillinux
|
utillinux
|
||||||
xineLib
|
|
||||||
xorg.libXScrnSaver
|
xorg.libXScrnSaver
|
||||||
xorg.libXcomposite
|
xorg.libXcomposite
|
||||||
xorg.libXdamage
|
xorg.libXdamage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user