aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes/xfce-git.bbclass
blob: 3fc18d275dffd5559a5c67d11c5301c8af95c4f4 (plain)
1
2
3
4
5
6
7
do_configure_prepend() {
       cd ${S}
       NOCONFIGURE=yes ./autogen.sh
       cd ${B}
}

AUTOTOOLS_COPYACLOCAL = "1"