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

AUTOTOOLS_COPYACLOCAL = "1"