xmlconfig: read more config files from drirc.d/
[mesa.git] / src / util / meson.build
index 51980e9214e854172b86ea1a2eac2da6db154d0a..9740dafae304fadc22ddf2bf007851a330a23df7 100644 (file)
@@ -123,6 +123,9 @@ libxmlconfig = static_library(
     '-DSYSCONFDIR="@0@"'.format(
       join_paths(get_option('prefix'), get_option('sysconfdir'))
     ),
+    '-DDATADIR="@0@"'.format(
+      join_paths(get_option('prefix'), get_option('datadir'))
+    ),
   ],
   build_by_default : false,
 )