blob: 0a7acbf5d4ed4814f06b116400b78c9c726a63bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- meson.build.orig 2024-08-06 18:25:19 UTC
+++ meson.build
@@ -102,7 +102,7 @@ install_datadir = get_option('datadir')
install_includedir = get_option('includedir')
install_libdir = get_option('libdir')
install_datadir = get_option('datadir')
-install_pkgconfigdir = install_libdir / 'pkgconfig'
+install_pkgconfigdir = install_prefix / 'libdata' / 'pkgconfig'
# Dependencies.
# sigcxx_build_dep: Dependencies when building the libsigc++ library.
|