diff --git a/desktop/xfce/base/xfce4-terminal/actions.py b/desktop/xfce/base/xfce4-terminal/actions.py index 977fa6e9fc..80e162a118 100644 --- a/desktop/xfce/base/xfce4-terminal/actions.py +++ b/desktop/xfce/base/xfce4-terminal/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get def setup(): pisitools.cflags.add("-Wno-deprecated-declarations") #autotools.autoreconf("-fiv") - # shelltools.system("NOCONFIGURE=1 ./autogen.sh") + shelltools.system("NOCONFIGURE=1 ./autogen.sh") autotools.configure("--enable-wayland --disable-static") def build():