summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.config b/Make.config
index db65ba0..b2e1794 100644
--- a/Make.config
+++ b/Make.config
@@ -73,7 +73,7 @@ ifdef SYSD_NOTIFY
endif
ifdef USELIBXML
- DEFINES += $(shell xml2-config --cflags) $(shell xslt-config --cflags)
+ DEFINES += $(shell pkg-config libxml-2.0 --cflags) $(shell pkg-config libxslt --cflags)
endif
ifdef USEPYTHON