Revert "meson.build set PKG_SYSCONF_DIR properly."

This wasn't broken. Use --sysconfdir instead!

This reverts commit 1469289701.
feature/wayland/multi-output
Al Poole 6 years ago
parent e9348193c4
commit 672b4a5657
  1. 2
      meson.build

@ -38,7 +38,7 @@ release = 'ver-0.23'
add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
dir_prefix = get_option('prefix')
dir_bin = join_paths(dir_prefix, get_option('bindir'))
dir_sysconf = join_paths(dir_prefix, get_option('sysconfdir'))
dir_sysconf = get_option('sysconfdir')
dir_data = join_paths(dir_prefix, get_option('datadir'))
dir_include = join_paths(dir_prefix, get_option('includedir'))
dir_include_e = join_paths(dir_include, proj)

Loading…
Cancel
Save