On GIMP project we are implementing MIDI support on our official snap.
But at build time on snapcraft we are needing to list libasound2-dev on build-packages: because there is no pkgconfig file on the SDK
So, I think we should ship the .pc files to help projects like GIMP that use such dep so build easily without needing to install libasound2-dev.
On GIMP project we are implementing MIDI support on our official snap.
But at build time on snapcraft we are needing to list
libasound2-devonbuild-packages:because there is no pkgconfig file on the SDKSo, I think we should ship the .pc files to help projects like GIMP that use such dep so build easily without needing to install libasound2-dev.