mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
12 lines
339 B
Diff
12 lines
339 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -46,7 +46,7 @@
|
|
bindir = get_option ('bindir')
|
|
datadir = get_option ('datadir')
|
|
servicedir = join_paths (datadir, 'dbus-1', 'services')
|
|
-incdir = join_paths (prefix, 'include', 'cloudproviders')
|
|
+incdir = join_paths (prefix, get_option('includedir'), 'cloudproviders')
|
|
|
|
gnome = import('gnome')
|
|
|