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:
parent
c782a99eaf
commit
fe66ab313e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550414
11
devel/gsettings-desktop-schemas/files/patch-meson.build
Normal file
11
devel/gsettings-desktop-schemas/files/patch-meson.build
Normal 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')
|
Loading…
Reference in New Issue
Block a user