media-tv/kodi: fix logic error in vaapi/gles check #464306#14

This commit is contained in:
Mike Frysinger
2016-02-25 01:03:49 +09:00
parent 9a5d2daab8
commit dc0bcc24dd
4 changed files with 8 additions and 8 deletions

View File

@@ -34,10 +34,10 @@ HOMEPAGE="http://kodi.tv/ http://kodi.wiki/"
LICENSE="GPL-2"
SLOT="0"
IUSE="airplay avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio pvr +rsxs rtmp +samba sdl sftp test +texturepacker udisks upnp upower +usb vaapi vdpau webserver +X +xrandr"
# gles/vaapi: http://trac.kodi.tv/ticket/10552
# gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
REQUIRED_USE="
gles? ( !vaapi )
!vaapi? ( !gles )
vaapi? ( !gles )
pvr? ( mysql )
rsxs? ( X )
xrandr? ( X )

View File

@@ -35,10 +35,10 @@ HOMEPAGE="http://kodi.tv/ http://kodi.wiki/"
LICENSE="GPL-2"
SLOT="0"
IUSE="airplay alsa avahi bluetooth bluray caps cec css dbus debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs rtmp +samba sftp +spectrum test +texturepacker udisks upnp upower +usb vaapi vdpau +waveform webserver +X"
# gles/vaapi: http://trac.kodi.tv/ticket/10552
# gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
REQUIRED_USE="
gles? ( !vaapi )
!vaapi? ( !gles )
vaapi? ( !gles )
rsxs? ( X )
udisks? ( dbus )
upower? ( dbus )

View File

@@ -34,10 +34,10 @@ HOMEPAGE="http://kodi.tv/ http://kodi.wiki/"
LICENSE="GPL-2"
SLOT="0"
IUSE="airplay alsa avahi bluetooth bluray caps cec css dbus debug gles java joystick midi mysql nfs +opengl profile pulseaudio rtmp +samba sftp test +texturepacker udisks upnp upower +usb vaapi vdpau webserver +X"
# gles/vaapi: http://trac.kodi.tv/ticket/10552
# gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
REQUIRED_USE="
gles? ( !vaapi )
!vaapi? ( !gles )
vaapi? ( !gles )
udisks? ( dbus )
upower? ( dbus )
"

View File

@@ -34,10 +34,10 @@ HOMEPAGE="http://kodi.tv/ http://kodi.wiki/"
LICENSE="GPL-2"
SLOT="0"
IUSE="airplay alsa avahi bluetooth bluray caps cec css dbus debug gles java joystick midi mysql nfs +opengl profile pulseaudio rtmp +samba sftp test +texturepacker udisks upnp upower +usb vaapi vdpau webserver +X"
# gles/vaapi: http://trac.kodi.tv/ticket/10552
# gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
REQUIRED_USE="
gles? ( !vaapi )
!vaapi? ( !gles )
vaapi? ( !gles )
udisks? ( dbus )
upower? ( dbus )
"