mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat: add pulseaudio module
This commit is contained in:
@ -28,6 +28,7 @@ jsoncpp = dependency('jsoncpp')
|
||||
sigcpp = dependency('sigc++-2.0')
|
||||
libnl = dependency('libnl-3.0')
|
||||
libnlgen = dependency('libnl-genl-3.0')
|
||||
libpulse = dependency('libpulse')
|
||||
|
||||
subdir('protocol')
|
||||
|
||||
@ -47,6 +48,7 @@ executable(
|
||||
gtkmm,
|
||||
libnl,
|
||||
libnlgen,
|
||||
libpulse,
|
||||
],
|
||||
include_directories: [include_directories('include')],
|
||||
install: true,
|
||||
|
Reference in New Issue
Block a user