From 032909626b4b4757a4ad10823b199157538a58e9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 Dec 2019 12:35:22 +0000 Subject: meson: mark more extensions as legacy The Meson and Autotools builds disagree about what extensions are legacy. This patch makes the Meson build identical to autotools. Signed-off-by: Ross Burton --- include/X11/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/X11/meson.build') diff --git a/include/X11/meson.build b/include/X11/meson.build index 1c33c64..a4b022e 100644 --- a/include/X11/meson.build +++ b/include/X11/meson.build @@ -59,4 +59,6 @@ install_headers( subdir('dri') subdir('extensions') subdir('fonts') -subdir('PM') +if get_option('legacy') == true + subdir('PM') +endif -- cgit v1.2.3