summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-06-20 10:27:28 -0700
committerEric Anholt <eric@anholt.net>2019-07-01 11:14:10 -0700
commit20294dceebc23236e33b22578245f7e6f41b6997 (patch)
tree8789bcc99e0bb1af73d6194af248e4eae015287c /meson_options.txt
parent52a39a332fec1e5a8d686558b9a71e42bcfcbb0f (diff)
downloadmesa-20294dceebc23236e33b22578245f7e6f41b6997.tar.gz
mesa: Enable asm unconditionally, now that gen_matypes is gone.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1f72faabee8..2a549c7dc37 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -228,12 +228,6 @@ option(
description : 'Enable GLVND support.'
)
option(
- 'asm',
- type : 'boolean',
- value : true,
- description : 'Build assembly code if possible'
-)
-option(
'glx-read-only-text',
type : 'boolean',
value : false,