diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 12:24:43 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 12:24:43 +1200 |
commit | e54b1eded4fc44e6f3d22af2f16d5e055dfd0045 (patch) | |
tree | ae4a0221b8747579314262b59ff01bec2a32d3b8 /examples | |
parent | a2ba226ba3f06236518cd15cab807a42c309b6dd (diff) |
Small linking fix
Diffstat (limited to 'examples')
-rw-r--r-- | examples/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build index 4cc05073..152453ae 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -1,5 +1,6 @@ lib_shared = static_library('shared', ['shared.c', 'cat.c'], + link_with: lib_wlr, dependencies: dep_wlr) all_libs = [ |