christophgysin / pasystray

PulseAudio system tray
GNU Lesser General Public License v2.1
439 stars 43 forks source link

Add build option for ayatana libindicator #175

Closed stu closed 10 months ago

stu commented 10 months ago

I dont know a lot about configure.ac/autoconf et-al but I made changes to allow building with ayatana appindicator, while keeping the original appindicator options. Both options are enabled, but I dont believe its possible to have both libraries installed at the same time due to conflicts so it should work just fine!

This should close #172

stu commented 10 months ago

So I messed a little with it on my fork, I had to mess with the build because it really needs two environments, one with libappindicator3-dev, and one with libayatana-appindicator3-dev because they are exclusive/clashing dependency, you can only have 1 installed, also I didnt realise it would add all my test commits to build.yml, sorry.

stu commented 10 months ago

aargh it pulled in some messing with README and cant revert. going to cancel it.