File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ WEBOS_INC_DIR ?= $(STAGING_DIR)/usr/include
17
17
WEBOS_LIB_DIR ?= $(STAGING_DIR)/usr/lib
18
18
19
19
ADD_SDL2_LIB ?= 0
20
- SDL2_PREBUILT_ARCHIVE ?= https://github.com/webosbrew/SDL-webOS/releases/download/release-2.30.8-webos.2 /SDL2-2.30.8-webos-abi.tar.gz
20
+ SDL2_PREBUILT_ARCHIVE ?= https://github.com/webosbrew/SDL-webOS/releases/download/release-2.30.8-webos.3 /SDL2-2.30.8-webos-abi.tar.gz
21
21
22
22
#########################
23
23
#########################
@@ -158,6 +158,8 @@ SDL2_CFLAGS := $(shell $(PKG_CONFIG) --cflags sdl2)
158
158
SDL2_LIBS := $(shell $(PKG_CONFIG) --libs sdl2)
159
159
OPENGLES_LIBS = -lGLESv2
160
160
PULSE_LIBS = $(shell $(PKG_CONFIG) --libs libpulse)
161
+ FREETYPE_CFLAGS := $(shell $(WEBOS_FREETYPE_CONFIG) --cflags)
162
+ FREETYPE_LIBS := $(shell $(WEBOS_FREETYPE_CONFIG) --libs)
161
163
MMAP_LIBS = -lc
162
164
NEON_CFLAGS = -mfpu=neon
163
165
NEON_ASFLAGS = -mfpu=neon
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ static void *sdl_ctx_init(void *video_driver)
109
109
#ifdef WEBOS
110
110
SDL_SetHint (SDL_HINT_WEBOS_ACCESS_POLICY_KEYS_BACK , "true" );
111
111
SDL_SetHint (SDL_HINT_WEBOS_ACCESS_POLICY_KEYS_EXIT , "true" );
112
- SDL_SetHint (SDL_HINT_WEBOS_CURSOR_SLEEP_TIME , "1000 " );
112
+ SDL_SetHint (SDL_HINT_WEBOS_CURSOR_SLEEP_TIME , "5000 " );
113
113
#endif
114
114
115
115
/* Initialise graphics subsystem, if required */
You can’t perform that action at this time.
0 commit comments