From 21a3934971a5831e594670a48371fd5df50f2aaf Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Mon, 20 Mar 2023 08:30:03 +0100 Subject: Add codepath for using gbm device instead of surfaceless --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index c3146b8..5c5dd12 100644 --- a/makefile +++ b/makefile @@ -4,6 +4,7 @@ obj:=$(src:.c=.o) libs:=\ egl \ + gbm \ glesv2 \ libavcodec \ libavutil \ @@ -15,7 +16,7 @@ res:=\ luma.glsl \ chroma.glsl - +#CFLAGS+=-DUSE_EGL_MESA_PLATFORM_SURFACELESS CFLAGS+=$(shell pkg-config --cflags $(libs)) LDFLAGS+=$(shell pkg-config --libs $(libs)) -- cgit v1.2.3