ports: Build release binaries with meson

This commit is contained in:
2026-07-06 00:09:00 +03:00
parent e741ab0fa1
commit e8a490336c
13 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ TAR_CONTENT="at-spi2-core-$VERSION"
DEPENDENCIES=('glib' 'dbus' 'libxml2' 'libX11' 'libXtst')
CONFIGURE_OPTIONS=(
'-Dprefix=/usr'
'-Dbuildtype=release'
)
configure() {