Skip to content

Commit

Permalink
Hint on requirement of SVG support
Browse files Browse the repository at this point in the history
  • Loading branch information
Code7R committed Sep 28, 2024
1 parent 5eafe94 commit 1aa5f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ set(HINT_IMG_LOADERS
# image configuration error check
if(CONFIG_IMLIB2 OR CONFIG_GDK_PIXBUF_XLIB)
if (NOT CONFIG_LIBRSVG AND NOT CONFIG_NANOSVG)
message(WARNING "Support for SVG icons was not enabled")
message(WARNING "Support for SVG icons was not enabled (requires either CONFIG_LIBRSVG or CONFIG_NANOSVG)")
endif()
elseif(CONFIG_XPM AND CONFIG_LIBPNG)
if (NOT CONFIG_LIBJPEG)
Expand Down

0 comments on commit 1aa5f24

Please sign in to comment.