summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d6828b29901..05e86101b22b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -44,7 +44,6 @@ pkgname = vdr-xineliboutput
pkgname = xineliboutput-frontends
pkgdesc = Xineliboutput frontends (vdr-fbfe and vdr-sxfe)
depends = dbus-glib
- depends = libcec
depends = libxrandr
depends = mesa
depends = xine-lib
diff --git a/PKGBUILD b/PKGBUILD
index e81db3ff078c..0029b74b2321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ package_vdr-xineliboutput() {
package_xineliboutput-frontends() {
pkgdesc="Xineliboutput frontends (vdr-fbfe and vdr-sxfe)"
- depends=('dbus-glib' 'libcec' 'libxrandr' 'mesa' 'xine-lib' 'xineliboutput-xineplug')
+ depends=('dbus-glib' 'libxrandr' 'mesa' 'xine-lib' 'xineliboutput-xineplug')
optdepends=('nvidia: Required for VDPAU decoding'
'xorg-server: Required for software decoding')
cd "${srcdir}/${_plugname}"