mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
util: add support for generating UUIDs
Co-authored-by: Jason Francis <cycl0ps@tuta.io>
This commit is contained in:
parent
3721dbfddb
commit
bf4e2e0eac
7 changed files with 55 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ pixman = dependency('pixman-1')
|
|||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
|
||||
uuid = dependency('uuid', required: false)
|
||||
uuid_create = cc.has_function('uuid_create')
|
||||
|
||||
wlr_files = []
|
||||
wlr_deps = [
|
||||
wayland_server,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue