summaryrefslogtreecommitdiff
path: root/README.msvc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libjasper-based JPEG2000 loaderEmmanuele Bassi2020-06-261-2/+1
| | | | | | | | | | | | | | | | | Libjasper is not really maintained any more, and has been dropped by various Linux distributions over the years. GdkPixbuf has not enabled the JPEG2000 loader by default in many years, relying on downstream distributors to do so if they also shipped libjasper. This means that it's unlikely anybody has relied on GdkPixbuf to load a JPEG2000 image for the past 3 to 5 years, if at all. The only other option for loading JPEG2000 images is to use OpenJPEG, and for that there is an out of tree GdkPixbuf module available: https://notabug.org/necklace/jp2-pixbuf-loader Fixes: #152, #137
* Remove unused x11 configuration optionEmmanuele Bassi2020-01-071-1/+1
| | | | | Now that gdk-pixbuf-xlib has been moved out of tree into its own repository, we can drop the `x11` build configuration option.
* README.msvc: Fix sample Meson configure lineChun-wei Fan2018-08-211-1/+1
| | | | One needs to pass in -Dx11=false as well, for all Visual Studio builds.
* build: Add a README.msvcChun-wei Fan2018-07-301-0/+75
This tells people that building on Visual Studio is now done using Meson and outlines the steps that are required for the build.