13 lines
353 B
Diff
13 lines
353 B
Diff
|
--- libengine/emeraldengine.pc.in
|
||
|
+++ 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
|