summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-27 13:05:58 +0800
committerruki <[email protected]>2021-02-27 13:05:58 +0800
commitb39517af86ecfd12bbff285b6f027047debcad0d (patch)
tree36221bbbf0b6ef75e4d7125badc8856fac67de80
parentad5b620202ef0d6cef1087bf15d3f5d1e06189f4 (diff)
update readme
-rw-r--r--README.md5
-rw-r--r--README_zh.md3
-rw-r--r--xmake/modules/package/manager/find_package.lua1
3 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 318a5eaee..cbe2a6d82 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,9 @@
</a>
</div>
- <p>A cross-platform build utility based on Lua</p>
-</div>
+ <b>A cross-platform build utility based on Lua</b><br/>
+ <i>Modern C/C++ build tools, Simple, Fast, Powerful dependency package integration</i><br/>
+</div>>
## Supporting the project
diff --git a/README_zh.md b/README_zh.md
index fdbb9404c..d23b79d99 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -46,7 +46,8 @@
</a>
</div>
- <p>A cross-platform build utility based on Lua</p>
+ <b>A cross-platform build utility based on Lua</b><br/>
+ <i>Modern C/C++ build tools, Simple, Fast, Powerful dependency package integration</i><br/>
</div>
## 项目支持
diff --git a/xmake/modules/package/manager/find_package.lua b/xmake/modules/package/manager/find_package.lua
index 22d6b62b9..5d4307911 100644
--- a/xmake/modules/package/manager/find_package.lua
+++ b/xmake/modules/package/manager/find_package.lua
@@ -96,6 +96,7 @@ function _find_package(manager_name, package_name, opt)
-- TODO compatible with the previous version: pkg_config (deprecated)
if manager_name == "pkg_config" then
manager_name = "pkgconfig"
+ wprint("please use find_package(\"pkgconfig::%s\") instead of `pkg_config::%s`", package_name, package_name)
end
-- find it