Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4523b768 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

enable HW acceleration for the Dim Surface on 8k devices

parent e6f0f5c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
ifeq ($(TARGET_BOARD_PLATFORM), msm7k)
	LOCAL_CFLAGS += -DDIM_WITH_TEXTURE
endif
ifeq ($(TARGET_BOARD_PLATFORM), qsd8k)
	LOCAL_CFLAGS += -DDIM_WITH_TEXTURE
endif

# need "-lrt" on Linux simulator to pick up clock_gettime
ifeq ($(TARGET_SIMULATOR),true)