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 := \
60
60
# Features
61
61
libtwin.a_files-$(CONFIG_LOGGING) += src/log.c
62
62
libtwin.a_files-$(CONFIG_CURSOR) += src/cursor.c
63
- libtwin.a_files-$(CONFIG_RENDERER_BUILTIN) += src/draw.c
64
63
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
67
67
libtwin.a_cflags-$(CONFIG_RENDERER_PIXMAN) += $(shell pkg-config --cflags pixman-1)
68
68
ifeq ($(CONFIG_RENDERER_PIXMAN ) , y)
69
69
TARGET_LIBS += $(shell pkg-config --libs pixman-1)
70
- CFLAGS += $(shell pkg-config --cflags pixman-1)
71
70
endif
72
71
73
72
# Image loaders
File renamed without changes.
You can’t perform that action at this time.
0 commit comments