diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-05-04 00:50:34 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-06-26 13:10:33 -0400 |
commit | a71846d7494f3035677bee5f38b3fc94fb18938b (patch) | |
tree | f195949ff9183f7ca4e5e64685cab36f06b83f19 /test cases | |
parent | a1ef957e349583f9affdce5b5a4f094860e91037 (diff) | |
download | meson-a71846d7494f3035677bee5f38b3fc94fb18938b.zip meson-a71846d7494f3035677bee5f38b3fc94fb18938b.tar.gz meson-a71846d7494f3035677bee5f38b3fc94fb18938b.tar.bz2 |
Revert "modules: move gnome targets into gnome module"
This reverts commit a2def550c586aeba4269588e79a1a308467f2582.
This results in a 2k line file being unconditionally imported at
startup, and transitively loading two more (for a total cost of 2759
lines of code), and it's not clear it was ever needed to begin with...
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/unit/113 empty project/expected_mods.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test cases/unit/113 empty project/expected_mods.json b/test cases/unit/113 empty project/expected_mods.json index 1a0e8a1..7463bcb 100644 --- a/test cases/unit/113 empty project/expected_mods.json +++ b/test cases/unit/113 empty project/expected_mods.json @@ -188,7 +188,6 @@ "mesonbuild.dependencies", "mesonbuild.dependencies.base", "mesonbuild.dependencies.detect", - "mesonbuild.dependencies.pkgconfig", "mesonbuild.depfile", "mesonbuild.envconfig", "mesonbuild.environment", @@ -223,13 +222,11 @@ "mesonbuild.mintro", "mesonbuild.mlog", "mesonbuild.modules", - "mesonbuild.modules.gnome", "mesonbuild.mparser", "mesonbuild.msetup", "mesonbuild.optinterpreter", "mesonbuild.programs", "mesonbuild.scripts", - "mesonbuild.scripts.gettext", "mesonbuild.scripts.meson_exe", "mesonbuild.utils", "mesonbuild.utils.core", @@ -240,6 +237,6 @@ "mesonbuild.wrap", "mesonbuild.wrap.wrap" ], - "count": 71 + "count": 68 } } |