build: Add dependency on libdrm

As of 66343839b1, 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.
This commit is contained in:
Tadeo Kondrak 2021-02-23 11:47:38 -07:00 committed by Simon Ser
parent 95901d906a
commit de471e67d3
2 changed files with 3 additions and 0 deletions

View file

@ -204,6 +204,7 @@ sway_sources = files(
sway_deps = [
cairo,
drm,
jsonc,
libevdev,
libinput,