diff options
author | Benjamin Otte <otte@redhat.com> | 2021-04-02 02:13:49 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-20 14:00:25 -0400 |
commit | e544c891ca2505339e33d96740f373414fa6c14e (patch) | |
tree | 8a460b01d3d5d1429b78ade3d9321fd4ac323fd8 /meson_options.txt | |
parent | af0c95c11a5039967cdeb6101ec467ac75f1ccfb (diff) | |
download | gtk+-e544c891ca2505339e33d96740f373414fa6c14e.tar.gz |
build: Make all X11 extensions mandatory
It's not 2011 anymore, and we shouldn't randomly build one of 10.000
different combinations of X11 backends (I counted the possibilities) but
exactly the one we expect people to use.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt index 29d1862031..61878ceba4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -53,11 +53,6 @@ option('vulkan', value: 'disabled', description : 'Enable support for the experimental Vulkan graphics API') -option('xinerama', - type: 'feature', - value: 'auto', - description : 'Enable support for the X11 Xinerama extension') - option('cloudproviders', type: 'feature', value: 'disabled', |