docs/manual: update to host-pkgconf
Update the manual to match now that we have moved to pkgconf instead of pkg-config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
da48213e26
commit
598aea4b61
@ -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))
|
||||
------------------------
|
||||
|
@ -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))
|
||||
------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user