christophgysin / pasystray

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

Add build option for ayatana libindicator #175

Closed stu closed 1 year ago

stu commented 1 year 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 1 year 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 1 year ago

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