* builds/unix/configure.raw (FT_DEMO_CFLAGS): Pass `-DHAVE-LIBRSVG`.

This helps in decoupling library support from `pkg-config` for other
platforms.
This commit is contained in:
Werner Lemberg 2022-01-25 14:28:45 +01:00
parent 6a8e95b7a0
commit 8b7226bb43
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ FT_DEMO_CFLAGS=""
FT_DEMO_LDFLAGS="$LIB_CLOCK_GETTIME"
if test "$have_librsvg" != no; then
FT_DEMO_CFLAGS="$FT_DEMO_CFLAGS $LIBRSVG_CFLAGS"
FT_DEMO_CFLAGS="$FT_DEMO_CFLAGS $LIBRSVG_CFLAGS -DHAVE_LIBRSVG"
FT_DEMO_LDFLAGS="$FT_DEMO_LDFLAGS $LIBRSVG_LIBS"
fi