summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core/gnome-shell/fix-paths.patch
blob: b24049f9b9fd2c04f6a56a1786ce26ec2acfa100 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/meson.build b/meson.build
index 4c1f5c63b..a9edb8795 100644
--- a/meson.build
+++ b/meson.build
@@ -59,12 +59,7 @@ servicedir = join_paths(datadir, 'dbus-1', 'services')
 
 plugindir = get_variable('BROWSER_PLUGIN_DIR', mozplugindir)
 
-keybindings_dep = dependency('gnome-keybindings', required: false)
-if keybindings_dep.found()
-  keysdir = keybindings_dep.get_pkgconfig_variable('keysdir')
-else
-  keysdir = join_paths(datadir, 'gnome-control-center', 'keybindings')
-endif
+keysdir = join_paths(datadir, 'gnome-control-center', 'keybindings')
 
 atk_bridge_dep = dependency('atk-bridge-2.0')
 canberra_dep = dependency('libcanberra')