fcitx: broken on musl (depends on libexecinfo)
This commit is contained in:
parent
baa2f59f5d
commit
a823cf8598
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ configure_args="-DSYSCONFDIR=/etc -DFORCE_OPENCC=OFF -DFORCE_PRESAGE=OFF
|
||||||
-DENABLE_GTK2_IM_MODULE=ON -DENABLE_GTK3_IM_MODULE=ON -DENABLE_QT_IM_MODULE=ON
|
-DENABLE_GTK2_IM_MODULE=ON -DENABLE_GTK3_IM_MODULE=ON -DENABLE_QT_IM_MODULE=ON
|
||||||
-DFORCE_ENCHANT=ON"
|
-DFORCE_ENCHANT=ON"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
# depends on libexecinfo
|
||||||
|
broken="https://travis-ci.org/ebfe/void-packages/jobs/116135672"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
libfcitx_package() {
|
libfcitx_package() {
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue