mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-13 03:42:32 -04:00
Fix how library dependencies are built
This commit is contained in:
@ -6,5 +6,5 @@ includedir=@includedir@
|
||||
Name: Libcvautomation
|
||||
Description: GUI Automation and Testing tool based on OpenCV and XTest
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lcvautomation @CV_LIBS@ @X11_LIBS@ @XTEST_LIBS@
|
||||
Cflags: -I${includedir} @CV_CFLAGS@ @X11_CFLAGS@ @XTEST_CFLAGS@
|
||||
Libs: -L${libdir} -lcvautomation
|
||||
Cflags: -I${includedir}
|
||||
|
Reference in New Issue
Block a user