ports/sysutils/gnome-control-center/files/patch-panels_keyboard_meson.build
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

11 lines
382 B
Text

--- panels/keyboard/meson.build.orig 2018-04-29 09:38:45.338206000 +0200
+++ panels/keyboard/meson.build 2018-04-29 09:40:44.959934000 +0200
@@ -30,7 +30,7 @@
input: pc + '.in',
output: pc,
install: true,
- install_dir: join_paths(control_center_datadir, 'pkgconfig'),
+ install_dir: join_paths(control_center_prefix, 'libdata/pkgconfig'),
configuration: pc_conf
)