Files
yoctor-layers/meta-openembedded/meta-xfce/classes/xfce-git.bbclass
2024-07-11 14:16:35 +02:00

8 lines
122 B
Plaintext

do_configure:prepend() {
cd ${S}
NOCONFIGURE=yes ./autogen.sh
cd ${B}
}
AUTOTOOLS_COPYACLOCAL = "1"