We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a03ba4 + 9a19bc5 commit b7af724Copy full SHA for b7af724
configs/Kconfig
@@ -17,6 +17,9 @@ config HAVE_LIBPNG
17
config HAVE_LIBJPEG
18
def_bool $(shell,pkg-config --exists libjpeg && echo y || echo n)
19
20
+config HAVE_CAIRO
21
+ def_bool $(shell,pkg-config --exists cairo && echo y || echo n)
22
+
23
choice
24
prompt "Backend Selection"
25
default BACKEND_SDL
@@ -281,9 +284,9 @@ config TOOLS
281
284
config TOOL_FONTEDIT
282
285
bool "Build scalable font editor"
283
286
default y
- depends on TOOLS && HAVE_SDL2
287
+ depends on TOOLS && HAVE_SDL2 && HAVE_CAIRO
288
help
- Interactive font editor for Twin font format.
289
+ Interactive font editor for Mado font format.
290
Allows creation and modification of scalable fonts.
291
292
config PERF_TEST
0 commit comments