pkg-config: fix copy-paste errors from libcruft-noise
This commit is contained in:
parent
eecf799753
commit
22c2218421
@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libcruft-noise
|
||||
Description: A templated noise generation library
|
||||
Name: libcruft-crypto
|
||||
Description: A naive C++ cryptographic library
|
||||
URL: http://nerdcruft.net/
|
||||
Version: @VERSION@
|
||||
Requires: libcruft-util libcruft-image
|
||||
Libs: -L${libdir} -lcruft-noise
|
||||
Requires: libcruft-util
|
||||
Libs: -L${libdir}
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user