From b5c1771945186b407cc558c7c57457f1b06733f7 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 15 May 2025 14:49:21 +0200 Subject: [PATCH] (!1982) include: don't install propertyst.h 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 96a8edefd..1f7dfd4d7 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -252,7 +252,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 994b4cfba..ac4a60520 100644 --- a/include/meson.build +++ b/include/meson.build @@ -485,7 +485,6 @@ if build_xorg 'pixmapstr.h', 'privates.h', 'property.h', - 'propertyst.h', 'ptrveloc.h', 'region.h', 'regionstr.h',