From 0ff063c0783e4b6bf2bf019986944b85ab5f1f77 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 3 Apr 2025 15:22:35 +0300 Subject: [PATCH] xfce4-terminal --- desktop/xfce/base/xfce4-terminal/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():