summaryrefslogtreecommitdiff
path: root/omap
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 /omap
parent67967e9b5c0bb15eb7c95f060810d454c8eb6732 (diff)
downloaddrm-ba808253bc16b481dbee69323d5a560b103d1091.tar.gz
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 'omap')
-rw-r--r--omap/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/omap/meson.build b/omap/meson.build
index e57b8f5d..54698c6a 100644
--- a/omap/meson.build
+++ b/omap/meson.build
@@ -22,7 +22,7 @@ libdrm_omap = shared_library(
'drm_omap',
[files('omap_drm.c'), config_file],
include_directories : [inc_root, inc_drm],
- c_args : warn_c_args,
+ c_args : libdrm_c_args,
link_with : libdrm,
dependencies : [dep_pthread_stubs, dep_atomic_ops],
version : '1.0.0',