aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-02-09 14:01:58 -0800
committerJames Magahern <james@magahern.com>2019-02-09 14:52:45 -0800
commit84e764a5c1e89e72094b3db8aa8e17943b867218 (patch)
treee402550c5dded5a4a137e4a6a17bec8f484c4f9b /meson.build
parentSlight adjustment to the screenshot (diff)
Multi-monitor support
Use BUZZLOCKER_MONITOR_NUM to specify which monitor you want the locker to appear on. 0 is the primary one
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0e639c4..e74d74d 100644
--- a/meson.build
+++ b/meson.build
@@ -14,6 +14,7 @@ sources = [
dependencies = [
dependency('x11'),
+ dependency('xrandr'),
dependency('cairo'),
dependency('librsvg-2.0'),
dependency('pangocairo'),