mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Got it to build
This commit is contained in:
parent
95a553dc51
commit
9ac46ec5ed
8 changed files with 69 additions and 18 deletions
|
|
@ -1,6 +1,7 @@
|
|||
include_directories(
|
||||
${PROTOCOLS_INCLUDE_DIRS}
|
||||
${WAYLAND_INCLUDE_DIR}
|
||||
${DRM_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
add_library(wlr-backend
|
||||
|
|
@ -8,6 +9,11 @@ add_library(wlr-backend
|
|||
wayland/registry.c
|
||||
wayland/wl_seat.c
|
||||
wayland/wl_output.c
|
||||
drm/drm.c
|
||||
drm/event.c
|
||||
drm/otd.c
|
||||
drm/session.c
|
||||
drm/udev.c
|
||||
)
|
||||
|
||||
target_link_libraries(wlr-backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue