[mutter/wip/carlosg/input-in-backends] build: Drop mutter_built_sources from libmutter_dep
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/input-in-backends] build: Drop mutter_built_sources from libmutter_dep
- Date: Mon, 19 Aug 2019 14:19:42 +0000 (UTC)
commit 7b1f28f3b870f49146e4db0e6118c41b6fd57b83
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Aug 19 16:15:20 2019 +0200
build: Drop mutter_built_sources from libmutter_dep
This dependency on mutter_built_sources trigger those to be rebuilt for
every program that links this libmutter_dep dependency. As the built
sources are also part of the libmutter shared library (which libmutter_dep
builts upon), those sources there are unneeded.
Prevents those targets from being regenerated with every linked application
and test, which lowers the amount of targets to build considerably given
every clutter test links to it.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/672
src/meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 182f7f5f5..6f2cc0f18 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -879,7 +879,6 @@ libmutter = shared_library(libmutter_name,
libmutter_dep = declare_dependency(
link_with: libmutter,
include_directories: mutter_includes,
- sources: mutter_built_sources,
dependencies: [
libmutter_cogl_dep,
libmutter_clutter_dep,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]