mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
pkgconfig: Correct library description
Correct the description in the pkgconfig file, but leave the name alone as we want to remain compatible with projects utilizing hyperscan. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
This commit is contained in:
parent
943f198ebf
commit
0c57b6c894
@ -4,7 +4,7 @@ libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
|
|||||||
includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
|
includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
|
||||||
|
|
||||||
Name: libhs
|
Name: libhs
|
||||||
Description: Intel(R) Hyperscan Library
|
Description: A portable fork of the high-performance regular expression matching library
|
||||||
Version: @HS_VERSION@
|
Version: @HS_VERSION@
|
||||||
Libs: -L${libdir} -lhs
|
Libs: -L${libdir} -lhs
|
||||||
Cflags: -I${includedir}/hs
|
Cflags: -I${includedir}/hs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user