common: Add new cmake-wxWidgets-gtk3 build-helper

This commit is contained in:
John 2020-12-30 16:41:44 +01:00 committed by John Zimmermann
parent 98f239edf8
commit 31e4259c1c
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
if [ "$CROSS_BUILD" ]; then
export WX_CONFIG=${XBPS_WRAPPERDIR}/wx-config-gtk3
else
export WX_CONFIG=wx-config-gtk3
fi