[gnome-chess] libchess should be a static convenience library



commit c2292dd1a7d4ae3db97cd94b326f2c7709f6a55b
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Mar 11 12:39:38 2018 -0500

    libchess should be a static convenience library
    
    This shouldn't be installed as a shared library
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794238

 lib/meson.build |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/lib/meson.build b/lib/meson.build
index 577ec2e..005201b 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -24,12 +24,11 @@ libchess_deps = [
   posix,
 ]
 
-libchess = library('gnome-libchess', libchess_sources,
+libchess = static_library('libchess', libchess_sources,
   include_directories: config_h_dir,
   vala_args: libchess_vala_args,
   c_args: libchess_c_args,
-  dependencies: libchess_deps,
-  install: true,
+  dependencies: libchess_deps
 )
 
 libchess_dep = declare_dependency(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]