[libwnck] meson, libwnck: Add mapfile as link_depends



commit ee005ba3a603139063804f60d7343a4625df0bf9
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Tue Apr 30 16:52:24 2019 -0500

    meson, libwnck: Add mapfile as link_depends

 libwnck/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libwnck/meson.build b/libwnck/meson.build
index 8c5c22f..cb43cf7 100644
--- a/libwnck/meson.build
+++ b/libwnck/meson.build
@@ -100,6 +100,7 @@ libwnck_lib = shared_library(LIBNAME,
   sources: sources + a11y_sources + enum_types + resources,
   version: '@0@.@1@.@2@'.format(LIBWNCK_SOVERSION, LIBWNCK_CURRENT, LIBWNCK_REVISION),
   soversion: LIBWNCK_SOVERSION,
+  link_depends: mapfile,
   install: true,
 )
 


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