notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2023Q3
wlroots-devel Modular Wayland compositor library (development snapshot)
0.16.0.739 x11-toolkits on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.16.0.739Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-02 00:27:33
Last Update: 2023-09-29 15:59:35
Commit Hash: 184330f
License: MIT
WWW:
https://gitlab.freedesktop.org/wlroots/wlroots
Description:
Pluggable, composable, unopinionated modules for building a Wayland compositor; or about 60,000 lines of code you were going to write anyway. - wlroots provides backends that abstract the underlying display and input hardware, including KMS/DRM, libinput, Wayland, X11, and headless backends, plus any custom backends you choose to write, which can all be created or destroyed at runtime and used in concert with each other. - wlroots provides unopinionated, mostly standalone implementations of many Wayland interfaces, both from wayland.xml and various protocol extensions. We also promote the standardization of portable extensions across many compositors. - wlroots provides several powerful, standalone, and optional tools that implement components common to many compositors, such as the arrangement of outputs in physical space. - wlroots provides an Xwayland abstraction that allows you to have excellent Xwayland support without worrying about writing your own X11 window manager on top of writing your compositor. - wlroots provides a renderer abstraction that simple compositors can use to avoid writing GL code directly, but which steps out of the way when your needs demand custom rendering code. wlroots implements a huge variety of Wayland compositor features and implements them *right*, so you can focus on the features that make your compositor unique. By using wlroots, you get high performance, excellent hardware compatibility, broad support for many wayland interfaces, and comfortable development tools - or any subset of these features you like, because all of them work independently of one another and freely compose with anything you want to implement yourself.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (117 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/wlroots-devel/share/licenses/wlroots-devel-0.16.0.739/catalog.mk
  3. /usr/local/wlroots-devel/share/licenses/wlroots-devel-0.16.0.739/LICENSE
  4. /usr/local/wlroots-devel/share/licenses/wlroots-devel-0.16.0.739/MIT
  5. include/wlr/backend.h
  6. include/wlr/backend/drm.h
  7. include/wlr/backend/headless.h
  8. include/wlr/backend/interface.h
  9. include/wlr/backend/libinput.h
  10. include/wlr/backend/multi.h
  11. include/wlr/backend/session.h
  12. include/wlr/backend/wayland.h
  13. include/wlr/backend/x11.h
  14. include/wlr/config.h
  15. include/wlr/interfaces/wlr_buffer.h
  16. include/wlr/interfaces/wlr_keyboard.h
  17. include/wlr/interfaces/wlr_output.h
  18. include/wlr/interfaces/wlr_pointer.h
  19. include/wlr/interfaces/wlr_switch.h
  20. include/wlr/interfaces/wlr_tablet_pad.h
  21. include/wlr/interfaces/wlr_tablet_tool.h
  22. include/wlr/interfaces/wlr_touch.h
  23. include/wlr/render/allocator.h
  24. include/wlr/render/dmabuf.h
  25. include/wlr/render/drm_format_set.h
  26. include/wlr/render/egl.h
  27. include/wlr/render/gles2.h
  28. include/wlr/render/interface.h
  29. include/wlr/render/pass.h
  30. include/wlr/render/pixman.h
  31. include/wlr/render/swapchain.h
  32. include/wlr/render/vulkan.h
  33. include/wlr/render/wlr_renderer.h
  34. include/wlr/render/wlr_texture.h
  35. include/wlr/types/wlr_buffer.h
  36. include/wlr/types/wlr_compositor.h
  37. include/wlr/types/wlr_content_type_v1.h
  38. include/wlr/types/wlr_cursor.h
  39. include/wlr/types/wlr_cursor_shape_v1.h
  40. include/wlr/types/wlr_damage_ring.h
  41. include/wlr/types/wlr_data_control_v1.h
  42. include/wlr/types/wlr_data_device.h
  43. include/wlr/types/wlr_drm.h
  44. include/wlr/types/wlr_drm_lease_v1.h
  45. include/wlr/types/wlr_export_dmabuf_v1.h
  46. include/wlr/types/wlr_foreign_toplevel_management_v1.h
  47. include/wlr/types/wlr_fractional_scale_v1.h
  48. include/wlr/types/wlr_fullscreen_shell_v1.h
  49. include/wlr/types/wlr_gamma_control_v1.h
  50. include/wlr/types/wlr_idle.h
  51. include/wlr/types/wlr_idle_inhibit_v1.h
  52. include/wlr/types/wlr_idle_notify_v1.h
  53. include/wlr/types/wlr_input_device.h
  54. include/wlr/types/wlr_input_inhibitor.h
  55. include/wlr/types/wlr_input_method_v2.h
  56. include/wlr/types/wlr_keyboard.h
  57. include/wlr/types/wlr_keyboard_group.h
  58. include/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h
  59. include/wlr/types/wlr_layer_shell_v1.h
  60. include/wlr/types/wlr_linux_dmabuf_v1.h
  61. include/wlr/types/wlr_matrix.h
  62. include/wlr/types/wlr_output.h
  63. include/wlr/types/wlr_output_layer.h
  64. include/wlr/types/wlr_output_layout.h
  65. include/wlr/types/wlr_output_management_v1.h
  66. include/wlr/types/wlr_output_power_management_v1.h
  67. include/wlr/types/wlr_pointer.h
  68. include/wlr/types/wlr_pointer_constraints_v1.h
  69. include/wlr/types/wlr_pointer_gestures_v1.h
  70. include/wlr/types/wlr_presentation_time.h
  71. include/wlr/types/wlr_primary_selection.h
  72. include/wlr/types/wlr_primary_selection_v1.h
  73. include/wlr/types/wlr_region.h
  74. include/wlr/types/wlr_relative_pointer_v1.h
  75. include/wlr/types/wlr_scene.h
  76. include/wlr/types/wlr_screencopy_v1.h
  77. include/wlr/types/wlr_seat.h
  78. include/wlr/types/wlr_server_decoration.h
  79. include/wlr/types/wlr_session_lock_v1.h
  80. include/wlr/types/wlr_shm.h
  81. include/wlr/types/wlr_single_pixel_buffer_v1.h
  82. include/wlr/types/wlr_subcompositor.h
  83. include/wlr/types/wlr_switch.h
  84. include/wlr/types/wlr_tablet_pad.h
  85. include/wlr/types/wlr_tablet_tool.h
  86. include/wlr/types/wlr_tablet_v2.h
  87. include/wlr/types/wlr_tearing_control_v1.h
  88. include/wlr/types/wlr_text_input_v3.h
  89. include/wlr/types/wlr_touch.h
  90. include/wlr/types/wlr_viewporter.h
  91. include/wlr/types/wlr_virtual_keyboard_v1.h
  92. include/wlr/types/wlr_virtual_pointer_v1.h
  93. include/wlr/types/wlr_xcursor_manager.h
  94. include/wlr/types/wlr_xdg_activation_v1.h
  95. include/wlr/types/wlr_xdg_decoration_v1.h
  96. include/wlr/types/wlr_xdg_foreign_registry.h
  97. include/wlr/types/wlr_xdg_foreign_v1.h
  98. include/wlr/types/wlr_xdg_foreign_v2.h
  99. include/wlr/types/wlr_xdg_output_v1.h
  100. include/wlr/types/wlr_xdg_shell.h
  101. include/wlr/util/addon.h
  102. include/wlr/util/box.h
  103. include/wlr/util/edges.h
  104. include/wlr/util/log.h
  105. include/wlr/util/region.h
  106. include/wlr/version.h
  107. include/wlr/xcursor.h
  108. include/wlr/xwayland.h
  109. include/wlr/xwayland/server.h
  110. include/wlr/xwayland/shell.h
  111. include/wlr/xwayland/xwayland.h
  112. lib/libwlroots.so
  113. lib/libwlroots.so.12
  114. libdata/pkgconfig/wlroots.pc
  115. @owner
  116. @group
  117. @mode
Collapse this list.
Dependency lines:
  • wlroots-devel>0:x11-toolkits/wlroots-devel
To install the port:
cd /usr/ports/x11-toolkits/wlroots-devel/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-toolkits/wlroots-devel
  • pkg install wlroots-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wlroots-devel
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1695919988 SHA256 (wlroots-wlroots-c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e_GL0.tar.gz) = 8ba5ccaa558bad3b1d0e90652bc9eee72bf6e2ea0b09c63566b2ae8acdff24ea SIZE (wlroots-wlroots-c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e_GL0.tar.gz) = 639396

Expand this list (4 items)

Collapse this list.

SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5 SIZE (10f80a8f1bb2.patch) = 6097 SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc SIZE (3196c73d487f.patch) = 4243

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. wayland-protocols>=1.32 : graphics/wayland-protocols
  2. hwdata>0 : misc/hwdata
  3. glslangValidator : graphics/glslang
  4. vulkan-headers>0 : graphics/vulkan-headers
  5. evdev-proto>0 : devel/evdev-proto
  6. xwayland-devel>0 : x11-servers/xwayland-devel
  7. meson : devel/meson
  8. ninja : devel/ninja
  9. pkgconf>=1.3.0_1 : devel/pkgconf
  10. pixman-1.pc : x11/pixman
  11. xcb.pc : x11/libxcb
Runtime dependencies:
  1. mesa-dri>0 : graphics/mesa-dri
  2. mesa-dri>0 : graphics/mesa-dri
  3. xwayland-devel>0 : x11-servers/xwayland-devel
  4. pixman-1.pc : x11/pixman
  5. xcb.pc : x11/libxcb
Library dependencies:
  1. libdrm.so : graphics/libdrm
  2. libwayland-server.so : graphics/wayland
  3. libxkbcommon.so : x11/libxkbcommon
  4. libudev.so : devel/libudev-devd
  5. libliftoff.so : graphics/libliftoff
  6. libdisplay-info.so : sysutils/libdisplay-info
  7. libseat.so : sysutils/seatd
  8. libinput.so : x11/libinput
  9. libvulkan.so : graphics/vulkan-loader
  10. libxcb-errors.so : x11/xcb-util-errors
  11. libxcb-render-util.so : x11/xcb-util-renderutil
  12. libxcb-icccm.so : x11/xcb-util-wm
  13. libgbm.so : graphics/mesa-libs
  14. libEGL.so : graphics/libglvnd
  15. libGLESv2.so : graphics/libglvnd
This port is required by:
for Build
  1. x11-wm/hyprland
  2. x11-wm/sway-devel
for Libraries
  1. x11-wm/hyprland
  2. x11-wm/sway-devel

Configuration Options:
===> The following configuration options are available for wlroots-devel-0.16.0.739: DRM=on: KMS console support OPENGL=on: 2D/3D rendering support via OpenGL VULKAN=on: Vulkan renderer X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings
Options name:
x11-toolkits_wlroots-devel
USES:
compiler:c11 gl meson pkgconfig xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e.tar.gz?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.16.0.739
29 Sep 2023 15:59:35
commit hash: 184330f90e7fc1e39f0de0d533e81a42904ab81bcommit hash: 184330f90e7fc1e39f0de0d533e81a42904ab81bcommit hash: 184330f90e7fc1e39f0de0d533e81a42904ab81bcommit hash: 184330f90e7fc1e39f0de0d533e81a42904ab81b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.739

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/98a745d926...c2aa7fd965
(cherry picked from commit 2a4bb83e076d875d1b4e91208ca8d3babfb6d522)
0.16.0.735
21 Sep 2023 08:21:56
commit hash: e0871b49137cfff80cddd916550a7bd61150b92acommit hash: e0871b49137cfff80cddd916550a7bd61150b92acommit hash: e0871b49137cfff80cddd916550a7bd61150b92acommit hash: e0871b49137cfff80cddd916550a7bd61150b92a files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.735

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/6c54c34713...98a745d926
(cherry picked from commit 8cd4e726ebc9728164a0cea1d38552e67ceb6604)
0.16.0.731
11 Sep 2023 22:05:05
commit hash: 0a1689086b32d81ae69ae62f33e210dc57d0229ecommit hash: 0a1689086b32d81ae69ae62f33e210dc57d0229ecommit hash: 0a1689086b32d81ae69ae62f33e210dc57d0229ecommit hash: 0a1689086b32d81ae69ae62f33e210dc57d0229e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.731

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/9be72ec4ca...6c54c34713
(cherry picked from commit 2edbd4e95e7e560889cf87f507f660f2f40353ce)
0.16.0.727
07 Sep 2023 02:54:36
commit hash: e94d557f3db2d83d2b02ac3ce59331fb5cff7366commit hash: e94d557f3db2d83d2b02ac3ce59331fb5cff7366commit hash: e94d557f3db2d83d2b02ac3ce59331fb5cff7366commit hash: e94d557f3db2d83d2b02ac3ce59331fb5cff7366 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.727

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/717ded9bb0...9be72ec4ca
(cherry picked from commit 9075c15558878c6b703d2797e8f9aa506433f760)
0.16.0.724
28 Aug 2023 21:59:53
commit hash: 3ca41c4ae269caba3131c0cdae060a1d400df1e6commit hash: 3ca41c4ae269caba3131c0cdae060a1d400df1e6commit hash: 3ca41c4ae269caba3131c0cdae060a1d400df1e6commit hash: 3ca41c4ae269caba3131c0cdae060a1d400df1e6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.724

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/664ec59095...717ded9bb0
(cherry picked from commit 9a27347e44e1eb296b402ab0fa1e22d914e1a7ab)
(cherry picked from commit d74017eaafeb6267dace5c71436e79393d39669f)
0.16.0.684
15 Aug 2023 00:54:14
commit hash: de37e9d7884ac642c6d81075a8c1b60216c115bdcommit hash: de37e9d7884ac642c6d81075a8c1b60216c115bdcommit hash: de37e9d7884ac642c6d81075a8c1b60216c115bdcommit hash: de37e9d7884ac642c6d81075a8c1b60216c115bd files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.684

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/c74f89d4f8...664ec59095
(cherry picked from commit 7b0f48cedafd91abee90ace0613a45e9f9ee8c64)
0.16.0.681
03 Aug 2023 21:43:39
commit hash: 43c381539b15f7aeff2633513be1acf1c62eeb60commit hash: 43c381539b15f7aeff2633513be1acf1c62eeb60commit hash: 43c381539b15f7aeff2633513be1acf1c62eeb60commit hash: 43c381539b15f7aeff2633513be1acf1c62eeb60 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.681

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/d40bcfe2c1...c74f89d4f8
(cherry picked from commit 6312e4808912fc8a6f10cabb867aad110c6f5abd)
0.16.0.677
29 Jul 2023 00:40:33
commit hash: c1f679a653e97f85868c05bd93b4658fd4772cabcommit hash: c1f679a653e97f85868c05bd93b4658fd4772cabcommit hash: c1f679a653e97f85868c05bd93b4658fd4772cabcommit hash: c1f679a653e97f85868c05bd93b4658fd4772cab files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.677

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/42a5b6f62a...d40bcfe2c1
(cherry picked from commit 651d59d59f9e074041c937a5528f6b51cdc9e863)
0.16.0.674
27 Jul 2023 00:34:23
commit hash: 24518bc39f025dc944fb76fbd2a72a30a9debd1bcommit hash: 24518bc39f025dc944fb76fbd2a72a30a9debd1bcommit hash: 24518bc39f025dc944fb76fbd2a72a30a9debd1bcommit hash: 24518bc39f025dc944fb76fbd2a72a30a9debd1b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.674

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/e8d545a977...42a5b6f62a
(cherry picked from commit b2ab74a12960ed39d5feb72672405dc41128ff15)
0.16.0.669
25 Jul 2023 00:35:29
commit hash: 1da6f794a20acbee9b54107a32cb6428ef107bd5commit hash: 1da6f794a20acbee9b54107a32cb6428ef107bd5commit hash: 1da6f794a20acbee9b54107a32cb6428ef107bd5commit hash: 1da6f794a20acbee9b54107a32cb6428ef107bd5 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.669

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/63f5851b6f...e8d545a977
(cherry picked from commit 60564791e7e1e7f8ad6e53ac58538221170e282f)
0.16.0.665
22 Jul 2023 00:58:59
commit hash: 14cafbf9814d75a89913332193727cd1af1220e8commit hash: 14cafbf9814d75a89913332193727cd1af1220e8commit hash: 14cafbf9814d75a89913332193727cd1af1220e8commit hash: 14cafbf9814d75a89913332193727cd1af1220e8 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.665

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/7791ffe058...63f5851b6f
(cherry picked from commit 373f7311cafe423db6eecce4bc5e23e7faf3af9e)
0.16.0.660
18 Jul 2023 10:37:30
commit hash: 41e2af21a106ee75fe0582ca337a61dc702eb2cfcommit hash: 41e2af21a106ee75fe0582ca337a61dc702eb2cfcommit hash: 41e2af21a106ee75fe0582ca337a61dc702eb2cfcommit hash: 41e2af21a106ee75fe0582ca337a61dc702eb2cf files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.660

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/b18c76642a...7791ffe058
(cherry picked from commit 2117c1cce9fc970bf67fad86f997ef11feb2ec40)
0.16.0.656
16 Jul 2023 11:25:16
commit hash: c9a7e0c84189477f68e5a5bc7aa9fd4154b0f323commit hash: c9a7e0c84189477f68e5a5bc7aa9fd4154b0f323commit hash: c9a7e0c84189477f68e5a5bc7aa9fd4154b0f323commit hash: c9a7e0c84189477f68e5a5bc7aa9fd4154b0f323 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.656

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/88942d43fd...b18c76642a
(cherry picked from commit 27b50932c7ab099f48afb53ce3ea2d8facac1caa)
0.16.0.651
14 Jul 2023 23:53:47
commit hash: 6dd4a17e693ff8e10afd9dd07f0d61b855ad23c9commit hash: 6dd4a17e693ff8e10afd9dd07f0d61b855ad23c9commit hash: 6dd4a17e693ff8e10afd9dd07f0d61b855ad23c9commit hash: 6dd4a17e693ff8e10afd9dd07f0d61b855ad23c9 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.651

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/cb5d9abf10...88942d43fd
(cherry picked from commit 2e69caf133a694008e2c8057466223ecd53fb82d)
0.16.0.649
12 Jul 2023 16:00:14
commit hash: c846f4976689994e6afc4226f0ea939117e5904acommit hash: c846f4976689994e6afc4226f0ea939117e5904acommit hash: c846f4976689994e6afc4226f0ea939117e5904acommit hash: c846f4976689994e6afc4226f0ea939117e5904a files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.649

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/214df8eda0...cb5d9abf10
(cherry picked from commit 408263d368970062bafe9982001989c0d367f72a)
0.16.0.643
12 Jul 2023 16:00:12
commit hash: cef71b3706373e86904e09e85c034dd0d3a1ba86commit hash: cef71b3706373e86904e09e85c034dd0d3a1ba86commit hash: cef71b3706373e86904e09e85c034dd0d3a1ba86commit hash: cef71b3706373e86904e09e85c034dd0d3a1ba86 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.643

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/bbd53b3b46...214df8eda0
(cherry picked from commit 9b2ee36dbfde5b76d84b12490ae471ba82be8929)
0.16.0.623
02 Jul 2023 00:25:25
commit hash: 64d2986288f4309598aec03379373741d9739b13commit hash: 64d2986288f4309598aec03379373741d9739b13commit hash: 64d2986288f4309598aec03379373741d9739b13commit hash: 64d2986288f4309598aec03379373741d9739b13 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots-devel: update to 0.16.0.623

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/9c2c906518...bbd53b3b46
(cherry picked from commit 9c335867ef6d3a09a2325729848afdfb9524a8d6)

Number of commits found: 17