From 1c088613bae6376e5d1e82cc1b4d15ef11355135 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 15 May 2025 14:49:21 +0200 Subject: [PATCH] include: don't install propertyst.h Nothing in here needs anything from that include file, so no need for including it. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/sdksyms.sh | 1 - include/meson.build | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 5d24b9108..50f5c0958 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -251,7 +251,6 @@ cat > sdksyms.c << EOF #include "pixmapstr.h" #include "privates.h" #include "property.h" -#include "propertyst.h" #include "ptrveloc.h" #include "region.h" #include "regionstr.h" diff --git a/include/meson.build b/include/meson.build index abe540857..ee6a799cb 100644 --- a/include/meson.build +++ b/include/meson.build @@ -484,7 +484,6 @@ if build_xorg 'pixmapstr.h', 'privates.h', 'property.h', - 'propertyst.h', 'ptrveloc.h', 'region.h', 'regionstr.h',