On GIMP project we are starting to develop our official snap to further publishing on Snap Store.
But at build time on snapcraft we are needing to list libopenexr-dev on build-packages: because there is no pkgconfig file on the SDK
So, we should either remove libopenexr .so libraries from the SDK (since apt rdepends shows that no GNOME library depends on it) or, better(?), ship the .pc files to help projects like GIMP and Darktable that use such dep so build easily without needing to install libopenexr-dev.
On GIMP project we are starting to develop our official snap to further publishing on Snap Store.
But at build time on snapcraft we are needing to list
libopenexr-devonbuild-packages:because there is no pkgconfig file on the SDKSo, we should either remove libopenexr .so libraries from the SDK (since
apt rdependsshows that no GNOME library depends on it) or, better(?), ship the .pc files to help projects like GIMP and Darktable that use such dep so build easily without needing to install libopenexr-dev.