changed mapping for gmenu2x, bug correction bpp declared 16 instead of 32 in package mk

This commit is contained in:
Vincent-FK 2020-12-11 15:02:28 +01:00 committed by Michel-FK
parent 4799bacb8a
commit 5d83b1d725
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ else
GMENU2X_CONF_OPTS += -DCPUFREQ=OFF
endif
GMENU2X_CONF_OPTS += -DSCREEN_WIDTH=240 -DSCREEN_HEIGHT=240 -DSCREEN_DEPTH=32
GMENU2X_CONF_OPTS += -DSCREEN_WIDTH=240 -DSCREEN_HEIGHT=240 -DSCREEN_DEPTH=16
ifeq ($(BR2_PACKAGE_LIBOPK),y)
GMENU2X_DEPENDENCIES += libopk