aboutsummaryrefslogtreecommitdiffstats
path: root/lib/blkid
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-09-02 21:20:44 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-09-02 21:20:44 -0400
commit97be89b60bd57272ece637bc2f300a5288b78831 (patch)
tree0117b52e705294936e2f191d2cbb710a05ac7565 /lib/blkid
parentbab328ad07d81c3044ce084da527758fdc1c7d41 (diff)
downloadandroid_external_e2fsprogs-97be89b60bd57272ece637bc2f300a5288b78831.tar.gz
android_external_e2fsprogs-97be89b60bd57272ece637bc2f300a5288b78831.tar.bz2
android_external_e2fsprogs-97be89b60bd57272ece637bc2f300a5288b78831.zip
Fix pkg-config files: use Requires.private and fix the include directory
Addresses-Sourceforge-Bug: #2089537 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/blkid')
-rw-r--r--lib/blkid/blkid.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/blkid/blkid.pc.in b/lib/blkid/blkid.pc.in
index fda7f921..b984f6d0 100644
--- a/lib/blkid/blkid.pc.in
+++ b/lib/blkid/blkid.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: blkid
Description: Block device id library
Version: @E2FSPROGS_VERSION@
-Requires: uuid
-Cflags: -I${includedir}
+Requires.private: uuid
+Cflags: -I${includedir}/blkid
Libs: -L${libdir} -lblkid