Skip to content

Commit

Permalink
media-tv/kodi: require at least gles or opengl to be enabled #575626
Browse files Browse the repository at this point in the history
  • Loading branch information
g1itch authored and vapier committed Mar 2, 2016
1 parent 223f004 commit 23eb51a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-tv/kodi/kodi-14.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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 #464306
REQUIRED_USE="
|| ( gles opengl )
gles? ( !vaapi )
vaapi? ( !gles )
pvr? ( mysql )
Expand Down
1 change: 1 addition & 0 deletions media-tv/kodi/kodi-15.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ 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 #464306
REQUIRED_USE="
|| ( gles opengl )
gles? ( !vaapi )
vaapi? ( !gles )
rsxs? ( X )
Expand Down
1 change: 1 addition & 0 deletions media-tv/kodi/kodi-16.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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 #464306
REQUIRED_USE="
|| ( gles opengl )
gles? ( !vaapi )
vaapi? ( !gles )
udisks? ( dbus )
Expand Down
1 change: 1 addition & 0 deletions media-tv/kodi/kodi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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 #464306
REQUIRED_USE="
|| ( gles opengl )
gles? ( !vaapi )
vaapi? ( !gles )
udisks? ( dbus )
Expand Down

0 comments on commit 23eb51a

Please sign in to comment.