x11 library ver. bump

This commit is contained in:
Rmys
2022-09-10 12:17:31 +03:00
parent 21af83e3ea
commit 50f9e5f9f6
23 changed files with 241 additions and 18 deletions
+2 -1
View File
@@ -16,6 +16,7 @@ def setup():
shelltools.export("LDFLAGS", "%s -lpthread" % get.LDFLAGS())
#shelltools.system("./autogen.sh")
autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--enable-glib \
--disable-ecore \
@@ -29,4 +30,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README", "COPYING")
pisitools.dodoc("AUTHORS", "README", "COPYING")