Skip to content

Commit 740a7bb

Browse files
committed
opendingux: Bump gmenu2x version
Latest GMenu2X supports displaying Chinese, Japanese and Korean characters using the Droid fallback font. Signed-off-by: Paul Cercueil <[email protected]>
1 parent 3858a5d commit 740a7bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

board/opendingux/package/gmenu2x/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config BR2_PACKAGE_GMENU2X
55
select BR2_PACKAGE_SDL_TTF
66
select BR2_PACKAGE_SDL_GFX
77
select BR2_PACKAGE_DEJAVU
8+
select BR2_PACKAGE_FONTS_DROID
89
help
910
Application menu for devices with a 320x240 screen and buttons.
1011

board/opendingux/package/gmenu2x/gmenu2x.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# gmenu2x
44
#
55
#############################################################
6-
GMENU2X_VERSION = e5b6398
6+
GMENU2X_VERSION = 0c21e5d
77
GMENU2X_SITE = $(call github,opendingux,gmenu2x,$(GMENU2X_VERSION))
8-
GMENU2X_DEPENDENCIES = sdl sdl_ttf sdl_gfx dejavu libpng
8+
GMENU2X_DEPENDENCIES = sdl sdl_ttf sdl_gfx dejavu libpng fonts-droid
99
GMENU2X_CONF_OPTS = -DBIND_CONSOLE=ON
1010

1111
ifeq ($(BR2_PACKAGE_GMENU2X_SHOW_CLOCK),y)

0 commit comments

Comments
 (0)