1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

fix packaging (we have special pkgconfig parts)

after r550408

Approved by:	just-fix-it
This commit is contained in:
Christoph Moench-Tegeder 2020-09-28 10:09:16 +00:00
parent c782a99eaf
commit fe66ab313e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550414

View File

@ -0,0 +1,11 @@
--- meson.build.orig 2020-09-28 10:05:10 UTC
+++ meson.build
@@ -38,7 +38,7 @@ conf.set('includedir', includedir)
pkg = configure_file(configuration: conf,
input: 'gsettings-desktop-schemas.pc.in',
install: true,
- install_dir: join_paths(datadir, 'pkgconfig'),
+ install_dir: join_paths(prefix, 'libdata/pkgconfig'),
output: 'gsettings-desktop-schemas.pc')
glib_mkenums = find_program('glib-mkenums')