Module: Mesa
Branch: master
Commit: 1c591193689869a62f1a4b2cfc625aa22411ca6e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c591193689869a62f1a4b2cfc625aa22411ca6e

Author: Dylan Baker <[email protected]>
Date:   Mon Oct 30 11:31:45 2017 -0700

meson: set visibility flags on gbm

This is done in autotools, and is an oversight in the meson build.

Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Tested-by: Eric Engestrom <[email protected]>

---

 src/gbm/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gbm/meson.build b/src/gbm/meson.build
index fc1816cc17..2fad2a2a8e 100644
--- a/src/gbm/meson.build
+++ b/src/gbm/meson.build
@@ -50,7 +50,7 @@ libgbm = shared_library(
   include_directories : [
     include_directories('main'), inc_include, inc_src, inc_loader,
     include_directories('../egl/wayland/wayland-drm')],
-  c_args : args_gbm,
+  c_args : [c_vis_args, args_gbm],
   link_args : [ld_args_gc_sections],
   link_with : [links_gbm, libloader, libmesa_util, libxmlconfig],
   dependencies : [deps_gbm, dep_dl],

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to