blob: 7d8a784853fd46a9e198063bf61a0dda60b475af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/libengine/emeraldengine.pc.in
+++ b/libengine/emeraldengine.pc.in
@@ -7,6 +7,7 @@
Description: Library for Emerald Engines
Version: @VERSION@
-Requires: @EMERALD_REQUIRES@
-Libs: @EMERALD_LIBS@
+Requires.private: @EMERALD_REQUIRES@
+Libs: -L${libdir} -lemeraldengine
+Libs.private: @EMERALD_LIBS@
Cflags: @EMERALD_CFLAGS@ -I${includedir}/emerald
|