6f1a1a274e
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libqrencode
|
|
Description: A QR Code encoding library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lqrencode
|
|
Libs.private: @LIBPTHREAD@
|
|
Cflags: -I${includedir}
|