Revert "update to master"

This reverts commit fccb4bd29d
This commit is contained in:
zhaochengyi 2024-06-25 09:52:10 +00:00
parent fccb4bd29d
commit 7b8afb3024
107 changed files with 51641 additions and 35 deletions

View file

@ -14,6 +14,13 @@ if get_option('daemon')
]
endif
<<<<<<< HEAD
manpages += [
['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
['pactl', '1'],
['pulse-client.conf', '5'],
]
=======
if get_option('client')
manpages += [
['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
@ -33,6 +40,19 @@ if get_option('client')
]
endif
endif
>>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336
if cdata.has('HAVE_OSS_WRAPPER')
manpages += [
['padsp', '1'],
]
endif
if x11_dep.found()
manpages += [
['pax11publish', '1'],
]
endif
# FIXME: Add esdcompat if HAVE_ESOUND
#manpages += ['esdcompat', '1'],