[MacPorts] #62153: gdk-pixbuf2 @2.42.2 seems to use incorrect configure options
MacPorts
noreply at macports.org
Tue Jan 26 10:28:15 UTC 2021
#62153: gdk-pixbuf2 @2.42.2 seems to use incorrect configure options
-----------------------+-------------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Keywords: tiger | Port: gdk-pixbuf2
-----------------------+-------------------------
{{{
52 configure.args -Dx11=false \
53 -Ddocs=true \
54 -Djasper=true
}}}
and
{{{
74 configure.args-append -Drelocatable=true
}}}
plus optional
{{{
79 configure.args-replace -Dx11=false -Dx11=true
}}}
but I get complaints when building:
{{{
WARNING: Unknown options: "jasper, x11"
The value of new options can be set with:
meson setup <builddir> --reconfigure -Dnew_option=new_value ...
Project name: gdk-pixbuf
Project version: 2.42.2
}}}
and later
{{{
docs/meson.build:36: WARNING: The "docs" build option is deprecated;
please use "gtk_doc=true"
}}}
Build finished successfully.
--
Ticket URL: <https://trac.macports.org/ticket/62153>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list