mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-15 14:33:01 -04:00
backend/wscons: introduce new backend
This commit is contained in:
parent
f56f21b98f
commit
900ff30921
12 changed files with 1208 additions and 7 deletions
|
|
@ -15,6 +15,13 @@
|
|||
* Required for <wlr/backend/libinput.h>.
|
||||
*/
|
||||
#mesondefine WLR_HAS_LIBINPUT_BACKEND
|
||||
/**
|
||||
* Whether the wscons backend is compile-time enabled. Equivalent to the
|
||||
* pkg-config "have_wscons_backend" vartiable.
|
||||
*
|
||||
* Required for <wlr/backend/wscons.h>.
|
||||
*/
|
||||
#mesondefine WLR_HAS_WSCONS_BACKEND
|
||||
/**
|
||||
* Whether the X11 backend is compile-time enabled. Equivalent to the
|
||||
* pkg-config "have_x11_backend" variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue