6 Commits

Author SHA1 Message Date
ElonH
637d9707f1
wxbase: redirect to staging_dir in wx-config
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-30 19:36:34 +08:00
CN_SZTL
28c808e4af
Package Lean: Cleanup Makefile
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-01-30 19:06:57 +08:00
CN_SZTL
e29ea4c174
treewide: add missing PKG_HASH / PKG_MIRROR_HASH
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-12-26 22:18:46 +08:00
ElonH
698a4af761
wxbase: invert is_installed
this_prefix has been given in wx-config,
so the result of is_installed isn't proper
```
if is_installed; then
    _include_cppflags="-I${includedir}/wx-2.8"
else
    _include_cppflags="-I${includedir} -I${prefix}/contrib/include"
fi
```
2020-04-04 16:22:48 +08:00
ElonH
c364c3869e
wxbase: redirect to staging_dir in wx-config 2020-04-04 16:22:11 +08:00
CN_SZTL
ca108bd609
wxbase/qBittorrent: add packages 2019-11-08 23:34:46 +08:00