blob: 0fdbf839e95639d8feacc85cadc4c4e16adbed94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/pkgconfig/xeve.pc.in
+++ b/pkgconfig/xeve.pc.in
@@ -10,7 +10,6 @@ Description: eXtra-fast Essential Video
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
Requires:
-Libs: -L${libdir} -lxeve
-Libs.private: -lm
+Libs: -L${libdir} -lxeve -lm
Cflags: -I${includedir}
|