thekvs / radiotray-lite

Online radio streaming player with minimum interface that runs on a Linux system tray
Other
50 stars 6 forks source link

Build Error on Debian Stretch (and others?) #23

Closed brentr closed 6 years ago

brentr commented 6 years ago

In top-level CMakeLists.txt:

pkg_check_modules(APPINDICATOR REQUIRED appindicator3-0.1>=0.4.92) #was 12.10 ?!

The Debian package that provides appindicator is: libappindicator3-dev There is another package called libappindicator3-0.1-cil-dev at version 12.10.0+git20151221-3 It provides CLI binding for libappindicator3 using GObject introspection for the mono framework. That huge thing can't be what you really want in radiotray-lite!

With this change, it's running perfectly. Great package!

thekvs commented 6 years ago

Thanks for reporting! I'll look into this issue.