mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Load xwm cursor from theme
This commit is contained in:
parent
4254c28138
commit
ddd7b7711c
3 changed files with 68 additions and 25 deletions
|
|
@ -53,6 +53,7 @@ xcb = dependency('xcb')
|
|||
xcb_composite = dependency('xcb-composite')
|
||||
xcb_xfixes = dependency('xcb-xfixes')
|
||||
xcb_image = dependency('xcb-image')
|
||||
xcb_render = dependency('xcb-render')
|
||||
xcb_icccm = dependency('xcb-icccm', required: false)
|
||||
x11_xcb = dependency('x11-xcb')
|
||||
libcap = dependency('libcap', required: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue