2170033bf6
Most distributions include a duktape.pc file bundled with the duktape development package. As the duktape source does not include a .pc file, add one to the package/duktape directory and install it to the staging directory. This is used by the polkit duktape patch later in the series. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
218 B
PkgConfig
11 lines
218 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: duktape
|
|
Description: Embeddable Javascript engine
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lduktape
|
|
Cflags: -I${includedir}/
|