mirror of
https://github.com/swaywm/sway.git
synced 2026-03-20 05:34:28 -04:00
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:
parent
95901d906a
commit
de471e67d3
2 changed files with 3 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ sway_sources = files(
|
|||
|
||||
sway_deps = [
|
||||
cairo,
|
||||
drm,
|
||||
jsonc,
|
||||
libevdev,
|
||||
libinput,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue