From: Karel Zak Date: Mon, 8 Dec 2008 14:21:23 +0000 (+0100) Subject: blkid: use Requires.private and fix the include directory X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e0898a507e75b31c3ca405360cf76e8ac8eeb1;p=util-linux blkid: use Requires.private and fix the include directory Signed-off-by: Karel Zak --- diff --git a/libs/blkid/blkid.pc.in b/libs/blkid/blkid.pc.in index dd58fbb1..69557508 100644 --- a/libs/blkid/blkid.pc.in +++ b/libs/blkid/blkid.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: blkid Description: Block device id library Version: @BLKID_VERSION@ -Cflags: -I${includedir} +Requires.private: uuid +Cflags: -I${includedir}/blkid Libs: -L${libdir} -lblkid -Libs.private: uuid