Got it to build

This commit is contained in:
Scott Anderson 2017-05-01 15:50:19 +12:00
parent 95a553dc51
commit 9ac46ec5ed
8 changed files with 69 additions and 18 deletions

View file

@ -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