diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /sysutils/gnome-control-center/files/patch-panels_keyboard_meson.build | |
parent | Remove expired ports: (diff) |
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
Notes
Notes:
svn path=/head/; revision=480951
Diffstat (limited to 'sysutils/gnome-control-center/files/patch-panels_keyboard_meson.build')
-rw-r--r-- | sysutils/gnome-control-center/files/patch-panels_keyboard_meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/files/patch-panels_keyboard_meson.build b/sysutils/gnome-control-center/files/patch-panels_keyboard_meson.build new file mode 100644 index 000000000000..484780b78c19 --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-panels_keyboard_meson.build @@ -0,0 +1,11 @@ +--- 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 + ) + |