summaryrefslogtreecommitdiffstats
path: root/src/amd/common/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-11-13 11:16:28 -0800
committerDylan Baker <[email protected]>2017-11-13 13:43:20 -0800
commit46a7fdd7ca86a5bbf5fff30028cb3093a41c4237 (patch)
tree8ebad5728a8858666fc64482267e97980583aad9 /src/amd/common/meson.build
parent49fa0747268af6aa22c89c5eacffe36bf93084d0 (diff)
meson: Remove build_by_default from amd code
This is the same logic as the previous two patches. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/amd/common/meson.build')
-rw-r--r--src/amd/common/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build
index 842b42f897e..4fd7edc5cd3 100644
--- a/src/amd/common/meson.build
+++ b/src/amd/common/meson.build
@@ -59,5 +59,4 @@ libamd_common = static_library(
dep_valgrind],
c_args : [c_vis_args],
cpp_args : [cpp_vis_args],
- build_by_default : false,
)