summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-01-25 14:28:45 +0100
committerWerner Lemberg <wl@gnu.org>2022-01-25 14:28:45 +0100
commit8b7226bb432f9c5e1962ffc319b55c3d46ab6dbe (patch)
treecf693dbdb7dc9495e90c4a7eba1b1625e5a91b3c
parent6a8e95b7a03c4f81db5caf0e00ebda95fe2cae06 (diff)
downloadfreetype2-8b7226bb432f9c5e1962ffc319b55c3d46ab6dbe.tar.gz
* builds/unix/configure.raw (FT_DEMO_CFLAGS): Pass `-DHAVE-LIBRSVG`.
This helps in decoupling library support from `pkg-config` for other platforms.
-rw-r--r--builds/unix/configure.raw2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 08ec21ad8..e9eb0ee39 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -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