xfce-git.bbclass 122 B

1234567
  1. do_configure:prepend() {
  2. cd ${S}
  3. NOCONFIGURE=yes ./autogen.sh
  4. cd ${B}
  5. }
  6. AUTOTOOLS_COPYACLOCAL = "1"