feat: add network module

This commit is contained in:
Alexis
2018-08-09 16:38:24 +02:00
parent b8917e9973
commit 731a352b41
7 changed files with 189 additions and 2 deletions

View File

@ -26,6 +26,8 @@ wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
gtkmm = dependency('gtkmm-3.0')
jsoncpp = dependency('jsoncpp')
sigcpp = dependency('sigc++-2.0')
libnl = dependency('libnl-3.0')
libnlgen = dependency('libnl-genl-3.0')
subdir('protocol')
@ -43,6 +45,8 @@ executable(
libinput,
wayland_cursor,
gtkmm,
libnl,
libnlgen,
],
include_directories: [include_directories('include')],
install: true,