Skip to content

Commit

Permalink
kodi: minor cleanup of sql depend
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Leonard <[email protected]>
  • Loading branch information
antonlacon committed Jan 17, 2025
1 parent 3689798 commit 808b5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mediacenter/kodi/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ configure_package() {

case "${KODI_MYSQL_SUPPORT}" in
mysql)
PKG_DEPENDS_TARGET="${PKG_DEPENDS_TARGET} mysql"
PKG_DEPENDS_TARGET+=" mysql"
KODI_MYSQL="-DENABLE_MYSQLCLIENT=ON -DENABLE_MARIADBCLIENT=OFF"
;;
mariadb)
PKG_DEPENDS_TARGET="${PKG_DEPENDS_TARGET} mariadb-connector-c"
PKG_DEPENDS_TARGET+=" mariadb-connector-c"
KODI_MYSQL="-DENABLE_MARIADBCLIENT=ON -DENABLE_MYSQLCLIENT=OFF"
;;
*)
Expand Down

0 comments on commit 808b5a4

Please sign in to comment.