summaryrefslogtreecommitdiff
path: root/textproc/libxml++/files/patch-libxml++_meson.build
blob: 895e628b1a2a41d7be5b4d8cb6a2e4830c648040 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libxml++/meson.build.orig	2025-05-22 18:00:46 UTC
+++ libxml++/meson.build
@@ -143,7 +143,7 @@ pkg_config.generate(xmlxx_library,
   requires: xmlxx_pc_requires,
   libraries: libxml2_lib_pkgconfig,
   subdirs: [xmlxx_pcname],
-  extra_cflags: ['-I${libdir}/' + xmlxx_pcname + '/include'],
+  extra_cflags: ['-I${includedir}/' + xmlxx_pcname + '/include'],
 )
 
 # This is used when building example programs and test programs.