15 lines
260 B
PkgConfig
15 lines
260 B
PkgConfig
|
|
prefix=/usr
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: upm-led
|
||
|
|
Description: Light-emitting Diode (LED)
|
||
|
|
Version: 2.0.0
|
||
|
|
|
||
|
|
Libs: -L${libdir} -lupm-led
|
||
|
|
Cflags: -I${includedir}/upm
|
||
|
|
|
||
|
|
Requires: mraa,upmc-led
|
||
|
|
Requires.private:
|