]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Linux: Fix pkg-config dependency name 3.21.00.05_eng
authorChris Ring <cring@ti.com>
Thu, 13 Feb 2014 00:59:59 +0000 (16:59 -0800)
committerChris Ring <cring@ti.com>
Thu, 13 Feb 2014 00:59:59 +0000 (16:59 -0800)
The name of dependent packages includes the 'lib' prefix - this
fixes pkg-config when run on libtiipc.pc.

linux/src/api/libtiipc.pc.in

index b05c89a76f25fd0f167916fa82b91f0929df867c..36293688b9269a7bf4320c15f704d11c41e95f5e 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libtiipc
 Description: TI IPC library
 Version: @VERSION@
-Requires.private: tiipcutils
+Requires.private: libtiipcutils
 Libs: -L${libdir} -ltiipc
 Cflags: -I${includedir}