summaryrefslogtreecommitdiff
path: root/src/intel/blorp
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-13 11:14:47 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-11-13 13:43:15 -0800
commit49fa0747268af6aa22c89c5eacffe36bf93084d0 (patch)
tree5cdfb770f8346edbc25253d9203f9590ed2e1928 /src/intel/blorp
parent2bfd34c518134dd656f4f23f3c6c8acb1eeda507 (diff)
meson: Don't build intel shared components by default
It's a neat idea, and still useful in some cases, but the intel common code is used by i965 and anvil only, this is a little clearer. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/intel/blorp')
-rw-r--r--src/intel/blorp/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/blorp/meson.build b/src/intel/blorp/meson.build
index 9241535fd20..febdea97f3c 100644
--- a/src/intel/blorp/meson.build
+++ b/src/intel/blorp/meson.build
@@ -33,5 +33,4 @@ libblorp = static_library(
[files_libblorp, nir_opcodes_h],
include_directories : [inc_common, inc_intel],
c_args : [c_vis_args, no_override_init_args],
- build_by_default : false,
)