Port details on branch 2024Q3 |
- wlroots Modular Wayland compositor library
- 0.18.2 x11-toolkits =6 0.18.2Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2019-01-06 13:28:39
- Last Update: 2024-12-12 00:42:45
- Commit Hash: d9345b3
- People watching this port, also watch:: opus, wayland, wayland-protocols, upower, xdg-utils
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wlroots>0:x11-toolkits/wlroots
- To install the port:
- cd /usr/ports/x11-toolkits/wlroots/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/wlroots
- pkg install wlroots
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wlroots
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733957949
SHA256 (wlroots-0.18.2.tar.bz2) = a28061f7778f28f7be377fd4d6f0ebd58cb2a63b52460e9fde28e2ab43e80cab
SIZE (wlroots-0.18.2.tar.bz2) = 469969
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- wayland-protocols>=1.35 : graphics/wayland-protocols
- evdev-proto>0 : devel/evdev-proto
- hwdata>0 : misc/hwdata
- glslangValidator : graphics/glslang
- vulkan-headers>0 : graphics/vulkan-headers
- evdev-proto>0 : devel/evdev-proto
- Xwayland : x11-servers/xwayland
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- mesa-dri>0 : graphics/mesa-dri
- mesa-dri>0 : graphics/mesa-dri
- Xwayland : x11-servers/xwayland
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libdrm.so : graphics/libdrm
- libwayland-server.so : graphics/wayland
- libxkbcommon.so : x11/libxkbcommon
- libudev.so : devel/libudev-devd
- libdisplay-info.so : sysutils/libdisplay-info
- libseat.so : sysutils/seatd
- libinput.so : x11/libinput
- liblcms2.so : graphics/lcms2
- libliftoff.so : graphics/libliftoff
- libvulkan.so : graphics/vulkan-loader
- libxcb-errors.so : x11/xcb-util-errors
- libxcb-render-util.so : x11/xcb-util-renderutil
- libxcb-icccm.so : x11/xcb-util-wm
- libgbm.so : graphics/mesa-libs
- libEGL.so : graphics/libglvnd
- libGLESv2.so : graphics/libglvnd
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- x11-toolkits/como
- x11-wm/cage
- x11-wm/cagebreak
- x11-wm/dwl
- x11-wm/labwc
- x11-wm/river
- x11-wm/sway
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for wlroots-0.18.2:
DRM=on: KMS console support
LCMS2=on: Little CMS 2.x support
LIBLIFTOFF=on: libliftoff DRM interface (see WLR_DRM_FORCE_LIBLIFTOFF)
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
- USES:
- compiler:c11 gl meson pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|