main/wayland: add static subpackage

This commit is contained in:
ogromny 2024-08-10 13:51:53 +02:00 committed by J0WI
parent c87897d049
commit 87e12539d7

View File

@ -4,7 +4,7 @@
# Maintainer: Peter Shkenev <santurysim@gmail.com>
pkgname=wayland
pkgver=1.23.0
pkgrel=0
pkgrel=1
pkgdesc="A computer display server protocol"
url="https://wayland.freedesktop.org"
arch="all"
@ -20,6 +20,7 @@ makedepends="
"
subpackages="
$pkgname-dbg
$pkgname-static
$pkgname-dev
$pkgname-libs-client:_libs
$pkgname-libs-egl:_libs
@ -32,6 +33,7 @@ build() {
abuild-meson \
-Db_lto=true \
-Ddocumentation=false \
-Ddefault_library=both \
. output
meson compile -C output