diff options
author | kotontrion <[email protected]> | 2024-05-20 18:52:34 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-05-20 18:52:34 +0200 |
commit | 6bfba4314162baa0cc7093132d66ea9b8b5370d7 (patch) | |
tree | 2b5dd61dc2e1505ee8d8a7db095f46be81b8bcb3 /examples | |
parent | 2308e485ec479dd120baf4496b839612eb96aaa0 (diff) |
add: astal-auth executable
Diffstat (limited to 'examples')
-rw-r--r-- | examples/meson.build | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/meson.build b/examples/meson.build index 3a2faf4..cf23d3f 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -1,12 +1,8 @@ -astal_auth = declare_dependency( - link_with : astal_auth_lib, - include_directories : astal_auth_inc) - deps_example = [ dependency('gobject-2.0'), dependency('libbsd'), - astal_auth + libastal_auth ] astal_auth_full_exmple = executable( |