This PR adds the latest stable docking branch version of imgui
to its xmake.lua package. It is up-to-date with the main one.
See: https://github.com/ocornut/imgui/issues/4424
The extra code in the on_load function matches all the versions
containing '-docker' in their name and removes the precompiled
archive url, thus avoiding an obvious curl failure.
This allows to reduce CI build time by avoiding requesting
an HTTP 404 resource.
Co-authored-by: TNtube <51389578+TNtube@users.noreply.github.com>
Co-authored-by: TNtube <51389578+TNtube@users.noreply.github.com>
* initial attempt at using pkgconf for bsd
* update pkgconf path
* fix adding pkg-config dep
* replace set_env with add_env
* no underscore
* update adding env var
* add imagemagick package
* update xmake.lua
* update xmake.lua to default to using pic
* add bzip2 and libxml2 deps
* add lzma dep, disable djvu, jbig, and openmp
* add freetype and fontconfig deps
* create config options for deps, add each dep as needed
* remove some deps that couldn't be disabled, move more deps into some config options, disable deps that aren't installed
* add fix for threading, fix with -> without, set some sensible default config options (major used image formats)
* disable threading by default, but if it's enabled add the pthread syslink
* disable lcms, make configs entry look better
* add raw config option, disabe hdri
* replace libjpeg-turbo with libjpeg
* update link order
* I think I added the includedirs wrong
* nope I broke it so reverting
* rearrange link order
* disable lqr
* update with some of the reviews, remove bsd until pkg-config has bsd enabled
* update with review