AyatanaIndicators / libayatana-appindicator

Ayatana Application Indicators Shared Library
GNU Lesser General Public License v3.0
57 stars 14 forks source link

Can you use the gtk3 pkg-config instead of the libtool #10

Closed SolarAquarion closed 3 years ago

SolarAquarion commented 4 years ago

actually

Package 'ayatana-indicator-0.4', required by 'virtual:world', not found

SolarAquarion commented 4 years ago

but that's for gtk2

sunweaver commented 3 years ago

@SolarAquarion We have shifted to CMake now and in CMake we use pkg-config to detect dependencies.

Note that libayatana-appindicator at the moment has two build flavours (-DFLAVOUR_GTK2=ON or -DFLAVOUR_GTK3=ON). Both build flavours have been tested thoroughly and they seem to work.