mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/wayland: add static subpackage
This commit is contained in:
parent
c87897d049
commit
87e12539d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user