From cca157568615465887a6f741d939865659a559ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 30 Aug 2023 13:38:25 +0400 Subject: build-sys: add a "pixman" feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now, pixman is mandatory, but we set config_host.h and Kconfig. Once compilation is fixed, "pixman" will become actually optional. Signed-off-by: Marc-André Lureau Reviewed-by: Thomas Huth --- Kconfig.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Kconfig.host') diff --git a/Kconfig.host b/Kconfig.host index 2ee7157..f496475 100644 --- a/Kconfig.host +++ b/Kconfig.host @@ -11,6 +11,9 @@ config OPENGL config X11 bool +config PIXMAN + bool + config SPICE bool -- cgit v1.1