mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
kodi: add patch to dont check for SDL-image at buildtime, only texturepacker needs this
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0612c11688
commit
e5805c7fe6
@ -0,0 +1,11 @@
|
|||||||
|
diff -Naur kodi-14-af6d342/configure.in kodi-14-af6d342.patch/configure.in
|
||||||
|
--- kodi-14-af6d342/configure.in 2014-10-27 11:34:57.000000000 +0100
|
||||||
|
+++ kodi-14-af6d342.patch/configure.in 2014-10-31 02:34:19.322700780 +0100
|
||||||
|
@@ -1230,7 +1230,6 @@
|
||||||
|
[AC_MSG_ERROR($missing_library)])
|
||||||
|
]
|
||||||
|
)
|
||||||
|
- AC_CHECK_LIB([SDL_image], [main],, AC_MSG_ERROR($missing_library))
|
||||||
|
AC_DEFINE([HAVE_SDL],[1],["Define to 1 if using sdl"])
|
||||||
|
fi
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user