summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/classes/xfce-git.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce-git.bbclass b/meta-xfce/classes/xfce-git.bbclass
index c4be55405..3fc18d275 100644
--- a/meta-xfce/classes/xfce-git.bbclass
+++ b/meta-xfce/classes/xfce-git.bbclass
@@ -1,5 +1,7 @@
1do_configure_prepend() { 1do_configure_prepend() {
2 cd ${S}
2 NOCONFIGURE=yes ./autogen.sh 3 NOCONFIGURE=yes ./autogen.sh
4 cd ${B}
3} 5}
4 6
5AUTOTOOLS_COPYACLOCAL = "1" 7AUTOTOOLS_COPYACLOCAL = "1"