Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Releases: webosbrew/meta-lg-webos-ndk

Modern CMake

02 Jan 17:50
Compare
Choose a tag to compare

Now NDK will try to use system CMake instead of the old 3.6.1 version.

webos-cmake-wrapper was also added, and located in /opt/webos-sdk-x86_64/1.0.g/sysroots/x86_64-webossdk-linux/usr/bin/webos-cmake-wrapper, in case your build system doesn't support sourcing environment setup script.

SDL webOS functions

06 Apr 03:52
Compare
Choose a tag to compare

Added few API stubs for SDL library on webOS

  • SDL_bool SDL_webOSCursorVisibility(SDL_bool visible)
  • SDL_bool SDL_webOSGetPanelResolution(int *width, int *height)
  • SDL_bool SDL_webOSGetRefreshRate(int *rate)
  • const char *SDL_webOSCreateExportedWindow(int type)
  • SDL_bool SDL_webOSSetExportedWindow(const char *windowId, SDL_Rect *src, SDL_Rect *dst)
  • SDL_bool SDL_webOSExportedSetCropRegion(const char *windowId, SDL_Rect *org, SDL_Rect *src, SDL_Rect *dst)
  • SDL_bool SDL_webOSExportedSetProperty(const char *windowId, const char *name, const char *value)
  • void SDL_webOSDestroyExportedWindow(const char *windowId)

SDL struct fixes

11 Feb 08:22
Compare
Choose a tag to compare

webOS inserted a field in SDL_KeyboardEvent, SDL_TextEditingEvent and SDL_TextInputEvent causing behavior change. Please refer https://github.com/webosbrew/meta-lg-webos-ndk/blob/512094af995b352461b3b066d83c3ebc8141a560/recipes/libsdl2/libsdl2/webos-input-structs.patch for info.

1.0.g-rev.2

19 Dec 21:37
Compare
Choose a tag to compare

Verbose PmLogLib

First version without too many configuration change needed

17 Dec 15:41
Compare
Choose a tag to compare