Opened 5 years ago
Closed 4 years ago
#62153 closed defect (fixed)
gdk-pixbuf2 @2.42.2 seems to use incorrect configure options
| Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | mascguy (Christopher Nielsen) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.4 |
| Keywords: | tiger | Cc: | |
| Port: | gdk-pixbuf2 |
Description
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.
Change History (3)
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
| Cc: | devans@… removed |
|---|---|
| Owner: | set to dbevans |
| Status: | new → assigned |
comment:2 Changed 5 years ago by mascguy (Christopher Nielsen)
| Owner: | changed from dbevans to mascguy |
|---|
comment:3 Changed 4 years ago by mascguy (Christopher Nielsen)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
All of the mnntioned configure arguments are no longer present, with later upstream releases (plus the migration to Meson).
Closing as fixed.
Note: See
TracTickets for help on using
tickets.

Take over Dave's tickets for GTK and friends, now that he's formally dropped maintainership. Boo! ;-)