Fix compile error with cmake -DENABLE_RSVG=OFF
o9000 mrovi9000@gmail.com
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/util/common.c
→
src/util/common.c
@@ -463,8 +463,8 @@ }
Imlib_Image load_image(const char *path, int cached) { -#ifdef HAVE_RSVG Imlib_Image image; +#ifdef HAVE_RSVG if (cached) { image = imlib_load_image_immediately(path); } else {