Commit Graph

23 Commits

Author SHA1 Message Date
Mariotaku 6c2a2a1b2c
Updated to SDL 2.30.12 2025-06-28 00:41:30 +09:00
Uukrull c680a72a18 webOS: Enable ZStandard 2025-06-25 12:28:31 +02:00
Mariotaku 8ba7a585cc
build without strip if debug is on 2025-06-17 18:26:55 +09:00
Craig Carnell f1538b1326 Add target cpu and tune for webOS 2025-05-16 12:53:10 +01:00
Craig Carnell 9c9d68ae20 Fix missing package name on webos 2025-05-14 17:07:57 +01:00
Ningyuan Li f260d3edab changed package version #7 2025-05-14 17:05:54 +01:00
Ningyuan Li ce406353cc added webOS default fonts 2025-05-14 17:05:42 +01:00
Ningyuan Li b1da352de6 Properly ships libSDL2 for webOS
Updated some build config
2025-05-14 17:03:59 +01:00
pstef 0c838c14e9 Makefiles: don't print info unconditionally
The point of making the default "semi-silent" (each target is printed,
but not the entire invocation verbatim) was to factor out information
about invocation to a one-time target (info) and not repeating it ever
again. With V=1, the info target is silent, because each command
invocation will be printed verbatim, which needs no herald.

The undesired side effect of me introducing the info target and making
it a dependency of the default all target is that info doesn't respect
the --silent make option, so in this use case it was more noisy, not
less.

I believe the most elegant solution that satisfies all use cases is to
stop printing info unconditionally, and instead list it explicitly in
make invocations in CI, together with the all target. Then this info is
kept available for inspection from logs, but it's not repeated on each
invocation. The intention was to make the logs easier to read and scroll
in search for new compiler warnings.
2025-04-29 18:36:48 +00:00
pstef 011469d7ef Fix broken logic in the clean target 2025-04-14 08:07:55 +00:00
pstef 25a1f1bb41 Makefile.webos: print variables once in silent mode 2025-04-11 17:12:08 +00:00
pstef e08ecd6f94 Makefile.webos: don't print all objects removed by the clean target in silent mode 2025-04-11 17:12:07 +00:00
pstef 192ca4179b Makefile.webos: make silent mode toggable 2025-04-11 17:12:07 +00:00
Eric Warmenhoven 5cc9721ea3
Fix webos github action (#17138) 2024-10-30 09:38:19 -07:00
Alex Kiraly a79755eaff
Enable Cloud Sync on WebOS (#16461) 2024-04-23 16:57:56 -07:00
Craig C b3c350bacd
Webos makefile and CI updates (#16312)
* added webOS CI

* fixed core downloading location
ship SDL2 prebuilt automatically
warning for out-dated toolchain

---------

Co-authored-by: Ningyuan Li <mariotaku.lee@gmail.com>
2024-03-03 07:57:21 -08:00
Craig C 2e710f46a6
Fix rpath on webOS and making sdl2 lib copy optional (#16294) 2024-02-26 21:00:18 -08:00
Craig C a55dd23db6
webOS: replace ncpu (go), fix undefined function compile error, use pkg-config from buildroot (#16271) 2024-02-24 15:37:53 -08:00
libretroadmin 3bacd52629 Add HAVE_UPDATE_CORE_INFO for targets that already have HAVE_UPDATE_CORES defined 2022-12-23 01:52:38 +01:00
Cthulhu-throwaway 20c4407928
Add HAVE_IFINFO macro (#14265) 2022-08-01 07:51:02 +02:00
Dystopian 2095fc53f8
Fix webOS build and run (#13480) 2022-01-12 07:12:34 +01:00
twinaphex 28cac5c5a4 Add HAVE_CORE_INFO_CACHE - disable this for Steam build 2021-10-14 15:57:28 +02:00
twinaphex 20ef0667b0 Add initial webOS port courtesy of informatic/webosbrew/mariotaku 2021-08-11 20:04:11 +02:00