mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
12 lines
351 B
Diff
12 lines
351 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -17,7 +17,7 @@
|
|
# Can't use pkgconfig helper https://github.com/mesonbuild/meson/issues/2253
|
|
conf = configuration_data()
|
|
conf.set('prefix', prefix)
|
|
-conf.set('datarootdir', pkgdatadir)
|
|
+conf.set('datarootdir', datadir)
|
|
conf.set('VERSION', meson.project_version())
|
|
|
|
pkg = configure_file(configuration: conf,
|