mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Open X11 Window
This commit is contained in:
parent
a598e6d026
commit
7ad2a57feb
5 changed files with 114 additions and 9 deletions
|
|
@ -45,6 +45,7 @@ udev = dependency('libudev')
|
|||
pixman = dependency('pixman-1')
|
||||
xcb = dependency('xcb')
|
||||
xcb_composite = dependency('xcb-composite')
|
||||
x11_xcb = dependency('x11-xcb')
|
||||
libcap = dependency('libcap', required: false)
|
||||
systemd = dependency('libsystemd', required: false)
|
||||
elogind = dependency('libelogind', required: false)
|
||||
|
|
@ -85,6 +86,7 @@ wlr_deps = [
|
|||
pixman,
|
||||
xcb,
|
||||
xcb_composite,
|
||||
x11_xcb,
|
||||
libcap,
|
||||
systemd,
|
||||
math,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue