diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-08-30 13:38:25 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-11-07 14:04:24 +0400 |
commit | cca157568615465887a6f741d939865659a559ae (patch) | |
tree | f2f63913b84eea7beb36ff8cbe310fef3e40f6d7 /Kconfig.host | |
parent | bb541a7068d2eee51a9abbe2dedcdf27298b1872 (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.host | 3 |
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 |