aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2023-04-14Merge pull request #19141 from lrusak/edid-decodeLukas Rusak
2023-04-11[cmake] gbm: require libdisplay-infoLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-11[cmake] add FindLibDisplayInfo.cmake moduleLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-10[UWP][Build] Remove requirement of specific Windows SDK versionthexai
Let's CMake choose latest SDK installed at time of build. Is already like this for Windows x64 desktop.
2023-04-10Merge pull request #22967 from lrusak/ffmpeg-6fuzzard
FFmpeg: update to 6.0
2023-04-08[Android] Cleanup missing bionic functionsJose Luis Marti
2023-04-06Merge pull request #23092 from webosbrew/feature/webOSWolfgang Schupp
[webOS] Hardware accelerated video decoding / Magic Remote
2023-04-06Minor documentation/whitespace cleanupthrowaway96
These issues were mostly left over from the merge.
2023-04-06webos: Initial starfish video accelerationStephan Sundermann
2023-04-04[cmake] ffmpeg: update version check to 6.0Lukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-02Merge pull request #22823 from fuzzard/cmake_win_maxthreadsjenkins4kodi
2023-03-27[webos] remove uncecessary keyboard overridewsnipex
2023-03-25[cmake] build waylandpp staticwsnipex
2023-03-23[webos] package binary addonswsnipex
2023-03-23[webos] improve packagingwsnipex
2023-03-23[webos] strip all binaries before packaging for release buildswsnipex
2023-03-22Merge pull request #23026 from webosbrew/mariadb-gssapi-webosWolfgang Schupp
[webOS] Stop building mariadb gssapi plugin
2023-03-21Merge pull request #23018 from wsnipex/webos_packagingWolfgang Schupp
webos: dynamically package missing dependency libraries
2023-03-20webos: Stop building mariadb gssapi pluginStephan Sundermann
2023-03-19Add webOS and fix typos in cmake READMEthrowaway96
This adds webOS to the list of supported platforms in cmake/README.md and fixes a few minor punctuation-related typos.
2023-03-19webos: dynamically package missing dependency librarieswsnipex
2023-03-18Change to IN_LISTcraigcarnell
2023-03-18Move webos protocol xml target to installcraigcarnell
2023-03-18Add libatomic for webOS 4.9 and libcrypt for webOS 7craigcarnell
2023-03-18cmake: fix linking mariadb on weboswsnipex
2023-03-18cmake: fix FindPython for weboswsnipex
2023-03-18webos: move packaging to cmakewsnipex
2023-03-18Initial support for webOS shellcraigcarnell
2023-03-15[Android] Remove OBB expansion filesJose Luis Marti
2023-03-14[cmake][win] allow MAXTHREADS env var for /MP usefuzzard
2023-03-13[cmake] FindLibASS only add pkgconfig ldflags for KODI_DEPENDSBUILDfuzzard
2023-03-11[tools/depends][target] Build libass as static onlyfuzzard
We also change android packaging to expect static libass
2023-03-11[cmake][android] install remove superfluous loopfuzzard
foreach loop only used for shairplay, where we already explicitly bundle shairplay 3 lines later. Just remove the loop. Add a target test for adding the shairplay lib to bundlefiles
2023-03-11[android][packaging] ANDROID_DEBUGGABLE isnt used since commit 7586145fuzzard
2023-03-10[cmake][android] install use Shairplay::Shairplay target for bundle_filesfuzzard
2023-03-10[cmake][android] add_bundle_file add support for IMPORTED targetsfuzzard
2023-03-06[cmake] pipewire: set minimum version to 0.3.50Lukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-03-01Merge pull request #22873 from CastagnaIT/addon_build_group_sourcesStefano Gottardo
[cmake][addons] Group sources by folder
2023-02-26[cmake][addons] Group sources by folderCastagnaIT
2023-02-22[cmake] set minimum required CMake version to 3.12 everywhereRechi
2023-02-22[cmake] remove smbclient installing on android after 7e5835bfaaRechi
2023-02-22[cmake] remove leftover from Android GCC supportRechi
2023-02-22[cmake] remove deprecated CMAKE_COMPILER_IS_GNUCXXRechi
2023-02-22[cmake] fix libudfread pkgconfig detectionRechi
The libudfread module was renamed from udfread to libudfread in version 1.1.1
2023-02-22[cmake] allow disabling ccacheRechi
This allows switching ccache usage off without the need of a clean reconfiguration.
2023-02-19[cmake] drop disabling compiler warningsRechi
2023-02-16[cmake] use gmake for building libdvd on (Free|Net|Open)BSDRechi
This allows building Kodi using multiple jobs with gmake on (Free|Net|Open)BSD
2023-02-11[Addons] Use Omega Branch for repo-binary-addonsfuzzard
2023-02-08Bump Android SDK 33Jose Luis Marti
2023-02-07Fix pkgconfig usageCedrick
All other modules use the underscore separator, looks like a typo.