Skip to content

Commit

Permalink
Use --disable-librsvg instead of --disable-rsvg.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Oct 26, 2023
1 parent 1f12404 commit 5b5632f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ AC_SUBST([GIO_CFLAGS])
AC_SUBST([GIO_LIBS])

AC_ARG_ENABLE([rsvg],
AS_HELP_STRING([--disable-rsvg],[Disable SVG using librsvg.]))
AS_HELP_STRING([--disable-librsvg],[Disable SVG using librsvg.]))
AC_ARG_ENABLE([imlib2],
AS_HELP_STRING([--disable-imlib2],[Disable imlib2 rendering.
@<:@default=enabled@:>@]))
Expand Down Expand Up @@ -417,7 +417,7 @@ then
fi

if test "x$enable_nanosvg" != xyes &&
test "x$enable_rsvg" != xno
test "x$enable_librsvg" != xno
then
PKG_CHECK_MODULES([LIBRSVG],[librsvg-2.0],[
IMAGE_CFLAGS="$LIBRSVG_CFLAGS $IMAGE_CFLAGS"
Expand Down

0 comments on commit 5b5632f

Please sign in to comment.