raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.05k stars 1.09k forks source link

Only install .pc files for which we build a .so. #659

Open crabbedhaloablution opened 4 years ago

crabbedhaloablution commented 4 years ago

Many .so files are not built on arm64, but currently we install the .pc files anyway. Fix by including the .pc files in the ARM64 conditional.