diff options
| -rw-r--r-- | meta-xfce/classes/xfce-git.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce-git.bbclass b/meta-xfce/classes/xfce-git.bbclass index c4be554053..3fc18d275d 100644 --- a/meta-xfce/classes/xfce-git.bbclass +++ b/meta-xfce/classes/xfce-git.bbclass | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | do_configure_prepend() { | 1 | do_configure_prepend() { |
| 2 | cd ${S} | ||
| 2 | NOCONFIGURE=yes ./autogen.sh | 3 | NOCONFIGURE=yes ./autogen.sh |
| 4 | cd ${B} | ||
| 3 | } | 5 | } |
| 4 | 6 | ||
| 5 | AUTOTOOLS_COPYACLOCAL = "1" | 7 | AUTOTOOLS_COPYACLOCAL = "1" |
