Skip to content
Snippets Groups Projects
Commit 6230740e authored by alice's avatar alice
Browse files

main/lcms2: add -static libs

see #14901
parent 530d865d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lcms2
pkgver=2.15
pkgrel=1
pkgrel=2
pkgdesc="Color Management Engine"
url="https://www.littlecms.com"
arch="all"
......@@ -14,7 +14,7 @@ depends_dev="
zlib-dev
"
makedepends="$depends_dev meson"
subpackages="$pkgname-dev $pkgname-doc $pkgname-utils $pkgname-plugins"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-utils $pkgname-plugins"
source="https://github.com/mm2/Little-CMS/releases/download/lcms$pkgver/lcms2-$pkgver.tar.gz
bigendian.patch
"
......@@ -27,7 +27,7 @@ source="https://github.com/mm2/Little-CMS/releases/download/lcms$pkgver/lcms2-$p
build() {
abuild-meson \
-Db_lto=true \
--default-library=both \
-Dfastfloat=true \
-Dthreaded=true \
-Djpeg=enabled \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment