Skip to content

Instantly share code, notes, and snippets.

@mikdusan
Created November 3, 2022 21:53
Show Gist options
  • Save mikdusan/8b5aaf7faea5ff45d2796b286b5598f0 to your computer and use it in GitHub Desktop.
Save mikdusan/8b5aaf7faea5ff45d2796b286b5598f0 to your computer and use it in GitHub Desktop.
prefix=/usr
includedir=${prefix}/include
libdir=${prefix}/lib
have_drm_backend=true
have_x11_backend=true
have_libinput_backend=true
have_xwayland=true
have_gles2_renderer=true
have_vulkan_renderer=true
Name: wlroots
Description: Wayland compositor library
Version: 0.15.1
Requires.private: wayland-server >= 1.20, libdrm >= 2.4.109, gbm >= 17.1.0, xkbcommon, libudev, pixman-1, egl, glesv2, vulkan >= 1.2.182, libinput >= 1.14.0, xcb, xcb-dri3, xcb-present, xcb-render, xcb-renderutil, xcb-shm, xcb-xfixes, xcb-xinput, wayland-client, libseat >= 0.2.0, xcb-composite, xcb-icccm, xcb-res, xcb-errors
Libs: -L${libdir} -lwlroots
Libs.private: -lm -lrt
Cflags: -I${includedir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment