Merge pull request #302848 from bobby285271/upd/xfce4-dev-tools

xfce.xfce4-dev-tools: Allow skipping xdt-autogen
This commit is contained in:
Bobby Rong 2024-04-10 22:06:31 +08:00 committed by GitHub
commit d6b3ddd253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,4 +9,6 @@ xdtAutogenPhase() {
NOCONFIGURE=1 xdt-autogen
}
preConfigurePhases+=(xdtAutogenPhase)
if [ -z "${dontUseXdtAutogenPhase-}" ]; then
preConfigurePhases+=(xdtAutogenPhase)
fi