summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-01-27 21:08:26 +0000
committerVincent Sanders <vince@kyllikki.org>2021-01-27 21:08:26 +0000
commitc90f98b7d5bdaecb1c497b155af5347aedb1d617 (patch)
treeb3c0a0ec7d1d48c2ba45b71bf4db12458dd2c4e3 /Makefile.config
parentabfd646c26f2e00484266507523c420bcb9ea7b8 (diff)
downloadlibdom-c90f98b7d5bdaecb1c497b155af5347aedb1d617.tar.gz
libdom-c90f98b7d5bdaecb1c497b155af5347aedb1d617.tar.bz2
Fix pkg-config file expat library linkage
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 04971d5..0aba3ff 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -3,6 +3,9 @@
# Build the libxml2 binding?
# yes | no
WITH_LIBXML_BINDING := no
+
+# Build the expat binding?
+# yes | no
WITH_EXPAT_BINDING := yes
# Build the hubbub binding?