summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-01-04 12:57:07 -0500
committerMatt Turner <mattst88@gentoo.org>2024-01-04 13:01:55 -0500
commit80286caeabb86061a6a8d4e9ae660a1a0c913449 (patch)
tree7963c899dbb4dd44e26aca15c0e8d73a04f1d493 /x11-libs/pixman
parentx11-libs/pixman: Propagate keywords (diff)
downloadgentoo-80286caeabb86061a6a8d4e9ae660a1a0c913449.tar.gz
gentoo-80286caeabb86061a6a8d4e9ae660a1a0c913449.tar.bz2
gentoo-80286caeabb86061a6a8d4e9ae660a1a0c913449.zip
x11-libs/pixman: Disable demos
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r--x11-libs/pixman/pixman-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
index dd2e5f9cb679..27ff22e23b55 100644
--- a/x11-libs/pixman/pixman-9999.ebuild
+++ b/x11-libs/pixman/pixman-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -50,6 +50,7 @@ multilib_src_configure() {
$(meson_feature test openmp) # only used in unit tests
$(meson_feature test tests)
-Ddefault_library=$(usex static-libs both shared)
+ -Ddemos=disabled
-Dgtk=disabled
-Dlibpng=disabled
)