aboutsummaryrefslogtreecommitdiff
path: root/Kconfig.host
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-08-30 13:38:25 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2023-11-07 14:04:24 +0400
commitcca157568615465887a6f741d939865659a559ae (patch)
treef2f63913b84eea7beb36ff8cbe310fef3e40f6d7 /Kconfig.host
parentbb541a7068d2eee51a9abbe2dedcdf27298b1872 (diff)
build-sys: add a "pixman" feature
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 <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'Kconfig.host')
-rw-r--r--Kconfig.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kconfig.host b/Kconfig.host
index 2ee71578f3..f496475f8e 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -11,6 +11,9 @@ config OPENGL
config X11
bool
+config PIXMAN
+ bool
+
config SPICE
bool