mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
xwayland: parse normal hints
This commit is contained in:
parent
ef5914bdb6
commit
ed9796ec68
4 changed files with 25 additions and 3 deletions
|
|
@ -45,12 +45,17 @@ udev = dependency('libudev')
|
|||
pixman = dependency('pixman-1')
|
||||
xcb = dependency('xcb')
|
||||
xcb_composite = dependency('xcb-composite')
|
||||
xcb_icccm = dependency('xcb-icccm', required: false)
|
||||
x11_xcb = dependency('x11-xcb')
|
||||
libcap = dependency('libcap', required: false)
|
||||
systemd = dependency('libsystemd', required: false)
|
||||
elogind = dependency('libelogind', required: false)
|
||||
math = cc.find_library('m', required: false)
|
||||
|
||||
if xcb_icccm.found()
|
||||
add_project_arguments('-DHAS_XCB_ICCCM', language: 'c')
|
||||
endif
|
||||
|
||||
if libcap.found() and get_option('enable_libcap')
|
||||
add_project_arguments('-DHAS_LIBCAP', language: 'c')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue