mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
feat: add network module
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user