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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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