summaryrefslogtreecommitdiff
path: root/src/intel/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/common/meson.build')
-rw-r--r--src/intel/common/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build
index 76b928e97ad..32c4151c4ca 100644
--- a/src/intel/common/meson.build
+++ b/src/intel/common/meson.build
@@ -85,7 +85,7 @@ libintel_common = static_library(
'intel_common',
[files_libintel_common, genX_xml_h, sha1_h],
include_directories : [inc_include, inc_src, inc_intel],
- c_args : [no_override_init_args],
+ c_args : [no_override_init_args, sse2_args],
gnu_symbol_visibility : 'hidden',
link_with : libintel_common_links,
dependencies : [batch_decoder_dependencies, dep_libdrm, dep_thread, idep_genxml, idep_mesautil, idep_intel_dev],