xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 6 11:34:37 UTC 2022


 include/meson.build |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 34b870da8833b2450f48fd8036c9a7eff5c19e95
Author: Povilas Kanapickas <povilas at radix.lt>
Date:   Sat Nov 13 16:41:58 2021 +0200

    meson: Remove config macros that are no longer used
    
    All of the macros in question are not used in current xserver sources.
    
    Signed-off-by: Povilas Kanapickas <povilas at radix.lt>

diff --git a/include/meson.build b/include/meson.build
index 21939c4ca..7f1e4fd8f 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -129,17 +129,12 @@ conf_data.set('SECURE_RPC', get_option('secure-rpc') ? '1' : false)
 
 conf_data.set('HAVE_DLFCN_H', cc.has_header('dlfcn.h') ? '1' : false)
 conf_data.set('HAVE_EXECINFO_H', cc.has_header('execinfo.h') ? '1' : false)
-conf_data.set('HAVE_FCNTL_H', cc.has_header('fcntl.h') ? '1' : false)
 conf_data.set('HAVE_FNMATCH_H', cc.has_header('fnmatch.h') ? '1' : false)
 conf_data.set('HAVE_LINUX_AGPGART_H', cc.has_header('linux/agpgart.h') ? '1' : false)
-conf_data.set('HAVE_STDLIB_H', cc.has_header('stdlib.h') ? '1' : false)
-conf_data.set('HAVE_STRING_H', cc.has_header('string.h') ? '1' : false)
 conf_data.set('HAVE_STRINGS_H', cc.has_header('strings.h') ? '1' : false)
 conf_data.set('HAVE_SYS_AGPGART_H', cc.has_header('sys/agpgart.h') ? '1' : false)
-conf_data.set('HAVE_SYS_AGPIO_H', cc.has_header('sys/agpio.h') ? '1' : false)
 conf_data.set('HAVE_SYS_UTSNAME_H', cc.has_header('sys/utsname.h') ? '1' : false)
 conf_data.set('HAVE_SYS_SYSMACROS_H', cc.has_header('sys/sysmacros.h') ? '1' : false)
-conf_data.set('HAVE_UNISTD_H', cc.has_header('unistd.h') ? '1' : false)
 
 conf_data.set('HAVE_ARC4RANDOM_BUF', cc.has_function('arc4random_buf', dependencies: libbsd_dep) ? '1' : false)
 conf_data.set('HAVE_BACKTRACE', cc.has_function('backtrace') ? '1' : false)


More information about the xorg-commit mailing list