File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,13 @@ libtwin.a_includes-y := \
6060# Features
6161libtwin.a_files-$(CONFIG_LOGGING) += src/log.c
6262libtwin.a_files-$(CONFIG_CURSOR) += src/cursor.c
63- libtwin.a_files-$(CONFIG_RENDERER_BUILTIN) += src/draw.c
6463
65- # # Pixman
66- libtwin.a_files-$(CONFIG_RENDERER_PIXMAN) += src/pixman.c
64+ # Renderer
65+ libtwin.a_files-$(CONFIG_RENDERER_BUILTIN) += src/draw.c
66+ libtwin.a_files-$(CONFIG_RENDERER_PIXMAN) += src/draw-pixman.c
6767libtwin.a_cflags-$(CONFIG_RENDERER_PIXMAN) += $(shell pkg-config --cflags pixman-1)
6868ifeq ($(CONFIG_RENDERER_PIXMAN ) , y)
6969TARGET_LIBS += $(shell pkg-config --libs pixman-1)
70- CFLAGS += $(shell pkg-config --cflags pixman-1)
7170endif
7271
7372# Image loaders
File renamed without changes.
You can’t perform that action at this time.
0 commit comments