diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-08-01 14:10:45 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-08-06 23:17:26 -0400 |
commit | d66a14532b0f88576b6a86fe57909c0f192fc751 (patch) | |
tree | 4416669c8b55d8e0990e15998972fbba676b6d63 /mate-base | |
parent | mate-extra/mate-user-guide: Stabilize 1.24.0-r1 for amd64, x86 (diff) | |
download | gentoo-d66a14532b0f88576b6a86fe57909c0f192fc751.tar.gz gentoo-d66a14532b0f88576b6a86fe57909c0f192fc751.tar.bz2 gentoo-d66a14532b0f88576b6a86fe57909c0f192fc751.zip |
mate-base/libmatekbd: Disable static-libs
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.24.0-r1.ebuild (renamed from mate-base/libmatekbd/libmatekbd-1.24.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-base/libmatekbd/libmatekbd-1.24.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.24.0-r1.ebuild index 0ec6291319fc..6504a1d9760b 100644 --- a/mate-base/libmatekbd/libmatekbd-1.24.0.ebuild +++ b/mate-base/libmatekbd/libmatekbd-1.24.0-r1.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} src_configure() { mate_src_configure \ + --disable-static \ $(use_with X x) \ $(use_enable introspection) \ $(use_enable test tests) |