Solve keyboard non working in gles and sdl project
This commit is contained in:
parent
ea6b2f11f0
commit
1472101b95
4 changed files with 24 additions and 11 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue