1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 09:01:21 +02:00

Merge pull request #1527 from martinetd/mesondep

build: add wlroots dependency to common
This commit is contained in:
Drew DeVault 2017-12-19 08:29:33 -05:00 committed by GitHub
commit a51e74beb9
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -7,5 +7,6 @@ lib_sway_common = static_library('sway-common',
'readline.c',
'ipc-client.c'
),
dependencies: [ wlroots ],
include_directories: sway_inc
)