We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccf223 commit 41f9a17Copy full SHA for 41f9a17
engine/Makefile.kernel-server
@@ -63,6 +63,7 @@ SOURCES=\
63
fonttable.cpp fieldrtf.cpp fieldhtml.cpp fieldstyledtext.cpp paragrafattr.cpp \
64
graphicscontext.cpp lnxflst.cpp lnxflstold.cpp lnxelevate.cpp \
65
linux-theme.cpp \
66
+ linuxstubs.cpp \
67
modules.cpp \
68
module-canvas.cpp \
69
module-engine.cpp \
rules/common.linux.makefile
@@ -38,6 +38,7 @@ GLOBAL_INCLUDES=\
38
$(SOLUTION_DIR)/thirdparty/libskia/include/pathops \
39
$(SOLUTION_DIR)/thirdparty/libskia/include/ports \
40
$(SOLUTION_DIR)/thirdparty/libskia/include/utils \
41
+ $(SOLUTION_DIR)/thirdparty/libfreetype/include \
42
$(SOLUTION_DIR)/prebuilt/include \
43
$(SOLUTION_DIR)/thirdparty/libffi/linux/i686-pc-linux-gnu
44
0 commit comments