diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-05 16:12:32 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-05 16:12:32 +0200 |
commit | 747c0c9c3c5d786872000e46a87647f160c8b8ca (patch) | |
tree | 71676a780dfba662e6edd0241da1e4b2ca42f4e9 /graphics | |
parent | 49ee825ef4f0deef80172075c70b1608108f85ff (diff) |
graphics/pixman: explicitely disable libpng
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pixman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pixman/Makefile b/graphics/pixman/Makefile index fddc916..3a3bfbe 100644 --- a/graphics/pixman/Makefile +++ b/graphics/pixman/Makefile @@ -19,9 +19,10 @@ SITES = https://cairographics.org/releases/ MODULES = devel/meson xenocara -SEPARATE_BUILD = Yes +SEPARATE_BUILD = Yes -CONFIGURE_ARGS += -Dopenmp=disabled -Ddemos=disabled -Dtests=disabled +CONFIGURE_ARGS += -Dopenmp=disabled -Ddemos=disabled \ + -Dtests=disabled -Dlibpng=disabled .if ${MACHINE_ARCH} != mips CONFIGURE_ARGS += -Dloongson-mmi=disabled \ |