xfce4-terminal

This commit is contained in:
Rmys
2025-04-03 15:22:35 +03:00
committed by GitHub
parent edb4749c9b
commit 0ff063c078
+1 -1
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def setup(): def setup():
pisitools.cflags.add("-Wno-deprecated-declarations") pisitools.cflags.add("-Wno-deprecated-declarations")
#autotools.autoreconf("-fiv") #autotools.autoreconf("-fiv")
# shelltools.system("NOCONFIGURE=1 ./autogen.sh") shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--enable-wayland --disable-static") autotools.configure("--enable-wayland --disable-static")
def build(): def build():