NVIDIA / egl-wayland

The EGLStream-based Wayland external platform
MIT License
275 stars 44 forks source link

Install arch-specific pkgconfig file to libdir #29

Closed kepstin closed 3 years ago

kepstin commented 3 years ago

The pkgconfig file wayland-eglstream.pc has instructions for linking to an architecture specific library, so it should be installed to libdir instead of datadir.

This is important on systems with multilib or multiarch, to make sure that you link to the correct architecture version of the installed libraries when multiple architectures are present.

erik-kz commented 3 years ago

Sorry for the slow response. I believe you are correct, thank you very much for the patch.