fetch gmenu2x with minimal changes and add required symbolic links
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
77220c7041
commit
b2bc701995
|
@ -0,0 +1 @@
|
|||
/mnt
|
|
@ -0,0 +1 @@
|
|||
/tmp/funkey
|
|
@ -0,0 +1 @@
|
|||
.
|
|
@ -3,7 +3,7 @@
|
|||
# gmenu2x
|
||||
#
|
||||
#############################################################
|
||||
GMENU2X_VERSION = 770b7a2
|
||||
GMENU2X_VERSION = a059d10
|
||||
GMENU2X_SITE_METHOD = git
|
||||
GMENU2X_SITE = https://github.com/FunKey-Project/gmenu2x.git
|
||||
GMENU2X_LICENSE = GPL-2.0
|
||||
|
@ -24,6 +24,8 @@ else
|
|||
GMENU2X_CONF_OPTS += -DCPUFREQ=OFF
|
||||
endif
|
||||
|
||||
GMENU2X_CONF_OPTS += -DSCREEN_WIDTH=240 -DSCREEN_HEIGHT=240 -DSCREEN_DEPTH=16
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBOPK),y)
|
||||
GMENU2X_DEPENDENCIES += libopk
|
||||
endif
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/mnt
|
Loading…
Reference in New Issue