* Add function_ref
Made by the same guy that made the expected package, maybe we should name them tl_expected and tl_function_ref as they're common names
* function_ref: use C++14 for tests
* Mark expected and function_ref headeronly
* Mark catch2, hopscotch-map and sol2 as header-only
* Update sol2 to v3.2.3 (fixes compilation error)
* Add tl_ prefix to expected and tl_function_ref packages
* Add OpenAL-Soft
* OpenAL-Soft: Add syslinks and frameworks
* Update xmake.lua
* Update xmake.lua
* Update xmake.lua
* Update xmake.lua
* openal-soft: since versions cannot be used with a prefix (I think), disable this handling
* openal-soft: try to add musl support
* add mariadb-connector-c package
* update
* fix indentation
* add line to view install tree in CI
* remove trailing slash, remove print statement that shows install tree
* update for reviews
* 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 initial package for pkgconf
* set the package kind, add test function
* initial work on adding windows support
* oops, add the cmake dep wrong
* bump pkgconf version
* switch cmake to meson
* disable tests
* add mysql as an optional dep, disable it if not used
* separate deps into config options
* don't add any logic for c-ares or openssl, invalid cmake options are just ignored anyway and don't impede installation
* 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