From a26195d5c1eba86ada8f43e775c4190683e0f874 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 27 Mar 2018 12:58:15 -0400 Subject: Revert "suid touchup" Pushed the wrong thing, sigh. This reverts commit 73a0562615aa1adfb934b953e23b1e69b126db4f. --- include/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/meson.build b/include/meson.build index 787802bca..69aea8095 100644 --- a/include/meson.build +++ b/include/meson.build @@ -86,7 +86,7 @@ conf_data.set('GBM_BO_WITH_MODIFIERS', conf_data.set_quoted('SERVER_MISC_CONFIG_PATH', serverconfigdir) conf_data.set_quoted('PROJECTROOT', get_option('prefix')) conf_data.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), get_option('sysconfdir'))) -conf_data.set_quoted('SUID_WRAPPER_DIR', suid_wrapper_dir) +conf_data.set_quoted('SUID_WRAPPER_DIR', join_paths(get_option('prefix'), get_option('libexecdir'))) # XXX: Stopped enumerating at COMPILEDEFAULTFONTPATH conf_data.set('XORG_VERSION_CURRENT', release) -- cgit v1.2.3