summaryrefslogtreecommitdiff
path: root/subprojects
AgeCommit message (Collapse)Author
2026-06-05general: Use libgxdpKhalid Abu Shawarib
2021-12-26build: Drop libgd dependency and submoduleAntónio Fernandes
We want to use to GTK 4, but libgd depends on GTK 3 and we can't link against 2 API-incompatible versions of GTK due to symbol conflicts.
2018-03-19Fix submodule funkinessErnestas Kulik
2017-11-30Update libgd and remove the custom documents-entry-tag style classDebarshi Ray
Adwaita provides the new entry-tag CSS style class for this. Fixes #147
2017-03-27libgd: move submodule to a subdirectoryErnestas Kulik
Meson looks for subprojects in subprojects/ by default. Since Autotools is no longer a resident here, the submodule should be moved to the subdirectory, instead of being linked to. https://bugzilla.gnome.org/show_bug.cgi?id=780501
2017-02-24general: add support for MesonErnestas Kulik
Since it’s 2017 already, Nautilus should use a build system that doesn’t take longer to set up the build than it takes to actually build. An observed build time using Ninja of roughly one-fifth of what it took Autotools is more than reason enough to add support for Meson. Along with that, this commit adds a convenience script to generate a tarball for releases, since we use libgd as a submodule and Meson does not handle source distributions. https://bugzilla.gnome.org/show_bug.cgi?id=778167