mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
remove unnecessary libprocps dependency
This commit is contained in:
@ -99,7 +99,6 @@ libevdev = dependency('libevdev', required: get_option('libevdev'))
|
||||
libmpdclient = dependency('libmpdclient', required: get_option('mpd'))
|
||||
xkbregistry = dependency('xkbregistry')
|
||||
libjack = dependency('jack', required: get_option('jack'))
|
||||
libprocps = dependency('libprocps', required: get_option('jack'))
|
||||
|
||||
libsndio = compiler.find_library('sndio', required: get_option('sndio'))
|
||||
if libsndio.found()
|
||||
@ -224,7 +223,7 @@ if libpulse.found()
|
||||
src_files += 'src/modules/pulseaudio.cpp'
|
||||
endif
|
||||
|
||||
if libjack.found() and libprocps.found()
|
||||
if libjack.found()
|
||||
add_project_arguments('-DHAVE_LIBJACK', language: 'cpp')
|
||||
src_files += 'src/modules/jack.cpp'
|
||||
endif
|
||||
@ -310,7 +309,6 @@ executable(
|
||||
upower_glib,
|
||||
libpulse,
|
||||
libjack,
|
||||
libprocps,
|
||||
libudev,
|
||||
libepoll,
|
||||
libmpdclient,
|
||||
|
Reference in New Issue
Block a user