Skip to content

Commit

Permalink
media-tv/kodi: Improve consistency of mysql/mariadb use flags
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/667918
Signed-off-by: Craig Andrews <[email protected]>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
  • Loading branch information
candrews committed Oct 8, 2018
1 parent 1970342 commit 1a0a540
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion media-tv/kodi/kodi-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -33,6 +33,7 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
|| ( gles opengl )
^^ ( gbm wayland X )
^^ ( mariadb mysql )
udev? ( !libusb )
udisks? ( dbus )
upower? ( dbus )
Expand Down Expand Up @@ -240,6 +241,8 @@ src_configure() {
-DENABLE_CAP=$(usex caps)
-DENABLE_LCMS2=$(usex lcms)
-DENABLE_LIRCCLIENT=$(usex lirc)
-DENABLE_MARIADBCLIENT=$(usex mariadb)
-DENABLE_MYSQLCLIENT=$(usex mysql)
-DENABLE_MICROHTTPD=$(usex webserver)
-DENABLE_MYSQLCLIENT=$(usex mysql)
-DENABLE_NFS=$(usex nfs)
Expand Down

0 comments on commit 1a0a540

Please sign in to comment.