From e8d3d885b1362caba4f1e1dfa42d45bac7163124 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 16 Mar 2018 17:07:08 +0000 Subject: meson,configure: always define HAVE_VISIBILITY Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov Reviewed-by: Dylan Baker --- libdrm_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdrm_macros.h') diff --git a/libdrm_macros.h b/libdrm_macros.h index 639d0904..211fab21 100644 --- a/libdrm_macros.h +++ b/libdrm_macros.h @@ -23,7 +23,7 @@ #ifndef LIBDRM_LIBDRM_H #define LIBDRM_LIBDRM_H -#if defined(HAVE_VISIBILITY) +#if HAVE_VISIBILITY # define drm_private __attribute__((visibility("hidden"))) #else # define drm_private -- cgit v1.2.1