f77029273a
This is useful since Xfce likely starts porting stuff to meson but can still need xdt-csource for ui files.
14 lines
251 B
Bash
14 lines
251 B
Bash
xdtEnvHook() {
|
|
addToSearchPath ACLOCAL_PATH $1/share/aclocal
|
|
}
|
|
|
|
envHooks+=(xdtEnvHook)
|
|
|
|
xdtAutogenPhase() {
|
|
mkdir -p m4
|
|
NOCONFIGURE=1 xdt-autogen
|
|
}
|
|
|
|
if [ -z "${dontUseXdtAutogenPhase-}" ]; then
|
|
preConfigurePhases+=(xdtAutogenPhase)
|
|
fi
|