aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Tadeo Kondrak <me@tadeo.ca>2021-02-23 11:47:38 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2021-02-23 20:27:38 +0100
commitde471e67d3cb4ec788cbf060dff48ad262cd315f (patch)
treee3a971013e457df16f72eb616c3130f3bb99d5f4 /sway/meson.build
parentshells: Update comment about size change on commit (diff)
downloadsway-de471e67d3cb4ec788cbf060dff48ad262cd315f.tar.gz
sway-de471e67d3cb4ec788cbf060dff48ad262cd315f.tar.zst
sway-de471e67d3cb4ec788cbf060dff48ad262cd315f.zip
build: Add dependency on libdrm
As of 66343839b146a54505b746784cd42a8efb844963, sway now uses a libdrm header. Add this dependency to the build system so headers from it can be used on systems where pkg-config is required to find them.
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 6e138101..f163ee90 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -204,6 +204,7 @@ sway_sources = files(
204 204
205sway_deps = [ 205sway_deps = [
206 cairo, 206 cairo,
207 drm,
207 jsonc, 208 jsonc,
208 libevdev, 209 libevdev,
209 libinput, 210 libinput,