aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-01-19 20:17:41 -0800
committerJames Magahern <james@magahern.com>2019-01-19 20:17:41 -0800
commit5087ea7538c32d953705f0352227648ecd8e33f0 (patch)
tree397d9b897a1eae9fb38648788c3eb49bfd68ac1b /meson.build
parentAuthentication now works (diff)
Changes to get it to work with xsecurelock
Only thing left to do is to get it to read the screen dimensions, since apparently we don't get window changed events.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index fab674f..2bbb9b3 100644
--- a/meson.build
+++ b/meson.build
@@ -29,7 +29,7 @@ resources = gnome.compile_resources(
c_name: 'as'
)
-executable('buzzlocker',
+executable('auth_buzzlocker',
sources: sources + resources,
dependencies: dependencies,
install: true