aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2021-02-23 11:47:38 -0700
committerSimon Ser <contact@emersion.fr>2021-02-23 20:27:38 +0100
commitde471e67d3cb4ec788cbf060dff48ad262cd315f (patch)
treee3a971013e457df16f72eb616c3130f3bb99d5f4 /sway
parent95901d906ade2c6698eee1f956e105508a21ab79 (diff)
downloadsway-de471e67d3cb4ec788cbf060dff48ad262cd315f.tar.xz
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')
-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(
sway_deps = [
cairo,
+ drm,
jsonc,
libevdev,
libinput,