Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: stop linting with nanosvg support enabled #588

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
libfribidi-dev
libharfbuzz-dev
libjpeg-turbo8-dev
libnanosvg-dev
libstb-dev
libunibreak-dev
libutf8proc-dev
libxml2-utils
Expand Down
4 changes: 1 addition & 3 deletions utils/lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ define CPPFLAGS+=
-DUSE_FRIBIDI=1
-DUSE_HARFBUZZ=1
-DUSE_LIBUNIBREAK=1
-DUSE_NANOSVG=1
-DUSE_NANOSVG=0
-DUSE_UTF8PROC=1
-DUSE_ZSTD=1
endef
Expand All @@ -224,8 +224,6 @@ libutf8proc
endef
CPPFLAGS += $(shell echo 'pkg-config!' >>log; pkg-config --cflags $(strip $(PACKAGES)))
define CPPFLAGS+=
-I/usr/include/nanosvg
-I/usr/include/stb
-Ithirdparty/antiword
-Ithirdparty/chmlib/src
-Icrengine/include
Expand Down
Loading