Solve keyboard non working in gles and sdl project

This commit is contained in:
Chips 2016-08-01 18:58:01 +02:00
parent ea6b2f11f0
commit 1472101b95
4 changed files with 24 additions and 11 deletions

View file

@ -17,7 +17,9 @@ else ifeq ($(PLATFORM),rpi1)
HAVE_DISPMANX = 1
DEFS += -DRASPBERRY
else ifeq ($(PLATFORM),generic-sdl)
MORE_CFLAGS += -DARMV6T2
# On Raspberry Pi uncomment below line or remove ARMV6T2 define.
#CPU_FLAGS= -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
MORE_CFLAGS += -DARMV6T2
HAVE_SDL_DISPLAY = 1
else ifeq ($(PLATFORM),gles)
# For Raspberry Pi uncomment the two below lines