diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-30 18:34:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-27 22:21:46 +0200 |
commit | 48fc53418959dc0e5ff0d0ac5960fc969c650cc7 (patch) | |
tree | 337e9ccc18fd7318467c9b90cea90e7c56bf682f /package/kodi/patches/patch-configure_ac | |
parent | a0f2893bb45dc0650971af01a7c078f5edfcd419 (diff) |
kodi: update to 17.1
Diffstat (limited to 'package/kodi/patches/patch-configure_ac')
-rw-r--r-- | package/kodi/patches/patch-configure_ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kodi/patches/patch-configure_ac b/package/kodi/patches/patch-configure_ac deleted file mode 100644 index 2faf66ccf..000000000 --- a/package/kodi/patches/patch-configure_ac +++ /dev/null @@ -1,11 +0,0 @@ ---- xbmc-16.0-Jarvis.orig/configure.ac 2016-02-20 16:21:19.000000000 +0100 -+++ xbmc-16.0-Jarvis/configure.ac 2016-03-14 04:38:00.056255849 +0100 -@@ -1004,7 +1004,7 @@ if test "$use_gles" = "yes"; then - AC_DEFINE([HAVE_LIBEGL],[1],["Define to 1 if you have the `EGL' library (-lEGL)."]) - AC_DEFINE([HAVE_LIBGLESV2],[1],["Define to 1 if you have the `GLESv2' library (-lGLESv2)."]) - AC_MSG_RESULT(== WARNING: OpenGLES support is assumed.) -- LIBS="$LIBS -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util" -+ LIBS="$LIBS -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm -lmmal_vc_client -lmmal_components -lcontainers -lkhrn_static -lpthread -lm" - else - AC_CHECK_LIB([EGL], [main],, AC_MSG_ERROR($missing_library)) - AC_CHECK_LIB([GLESv2],[main],, AC_MSG_ERROR($missing_library)) |