docs/manual: update to host-pkgconf
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Oct 2012 21:06:19 +0000 (22:06 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Oct 2012 21:06:19 +0000 (22:06 +0100)
Update the manual to match now that we have moved to pkgconf instead of
pkg-config.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/manual/adding-packages-autotools.txt
docs/manual/adding-packages-cmake.txt

index 9fb09182207d98ce2a9e0db10014b5efae5fa2fd..b85b7af9f1fa4317ee9b7a857b1ba2d6853e50b2 100644 (file)
@@ -21,7 +21,7 @@ package, with an example :
 09: LIBFOO_INSTALL_STAGING = YES
 10: LIBFOO_INSTALL_TARGET = YES
 11: LIBFOO_CONF_OPT = --enable-shared
-12: LIBFOO_DEPENDENCIES = libglib2 host-pkg-config
+12: LIBFOO_DEPENDENCIES = libglib2 host-pkgconf
 13:
 14: $(eval $(autotools-package))
 ------------------------
index e29ca0fa1b9df7e292124fd5d1021bed871ca471..da4984a525462fe423faba12ad96b544329ae64d 100644 (file)
@@ -21,7 +21,7 @@ with an example :
 09: LIBFOO_INSTALL_STAGING = YES
 10: LIBFOO_INSTALL_TARGET = YES
 11: LIBFOO_CONF_OPT = -DBUILD_DEMOS=ON
-12: LIBFOO_DEPENDENCIES = libglib2 host-pkg-config
+12: LIBFOO_DEPENDENCIES = libglib2 host-pkgconf
 13:
 14: $(eval $(cmake-package))
 ------------------------