Closed meeuw closed 1 year ago
Currently the prefix /usr/local is hardcoded in linux/libwooting-rgb-sdk.pc but configurable from the Makefile.
/usr/local
linux/libwooting-rgb-sdk.pc
This PR generates libwooting-rgb-sdk.pc from a template with the configured prefix.
libwooting-rgb-sdk.pc
Linux distributions would like to install this library in /usr or for development purposes a user-writable directory might be preferred.
/usr
Sorry for the delay.
The changes look pretty solid, thanks for the contribution!
Currently the prefix
/usr/local
is hardcoded inlinux/libwooting-rgb-sdk.pc
but configurable from the Makefile.This PR generates
libwooting-rgb-sdk.pc
from a template with the configured prefix.Linux distributions would like to install this library in
/usr
or for development purposes a user-writable directory might be preferred.