Changed build system to meson

This commit is contained in:
Scott Anderson 2017-07-11 00:20:31 +12:00
parent 8189c64d7f
commit 924bf0f669
28 changed files with 134 additions and 996 deletions

View file

@ -1,20 +0,0 @@
include_directories(
${PROTOCOLS_INCLUDE_DIRS}
${WAYLAND_INCLUDE_DIR}
)
add_library(wlr-types
wlr_output.c
wlr_input_device.c
wlr_keyboard.c
wlr_pointer.c
wlr_touch.c
wlr_tablet_tool.c
wlr_tablet_pad.c
)
target_link_libraries(wlr-types
wlr-util
wlr-render
${WAYLAND_LIBRARIES}
)