summaryrefslogtreecommitdiff
path: root/tests/nouveau
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2018-09-12 13:24:12 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2018-09-19 22:46:45 -0700
commitba808253bc16b481dbee69323d5a560b103d1091 (patch)
tree38f80c3fd6bf4e4333b87a93a83d2c08e500d4c1 /tests/nouveau
parent67967e9b5c0bb15eb7c95f060810d454c8eb6732 (diff)
meson: make symbols hidden by default
Now that symbols that should be exported are annotated accordingly, make all the rest hidden by default. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'tests/nouveau')
-rw-r--r--tests/nouveau/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nouveau/meson.build b/tests/nouveau/meson.build
index f5d73c1e..ca4d44f0 100644
--- a/tests/nouveau/meson.build
+++ b/tests/nouveau/meson.build
@@ -24,7 +24,7 @@ threaded = executable(
dependencies : [dep_dl, dep_threads],
include_directories : [inc_root, inc_drm, include_directories('../../nouveau')],
link_with : [libdrm, libdrm_nouveau],
- c_args : warn_c_args,
+ c_args : libdrm_c_args,
)
test('threaded', threaded)