Blame SOURCES/0001-Revert-build-Do-not-provide-built-sources-as-libmutt.patch
|
|
1a7f9f |
From 3899a01cd6cb00ca686946d3065d58f59f5c2099 Mon Sep 17 00:00:00 2001
|
|
|
1a7f9f |
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
|
|
|
1a7f9f |
Date: Tue, 17 Nov 2020 14:00:02 +0100
|
|
|
1a7f9f |
Subject: [PATCH] Revert "build: Do not provide built sources as libmutter_dep
|
|
|
1a7f9f |
sources"
|
|
|
1a7f9f |
|
|
|
1a7f9f |
This reverts commit 4e9a2e479969973bf3063c740ceff149036b3af4.
|
|
|
1a7f9f |
---
|
|
|
1a7f9f |
src/meson.build | 1 +
|
|
|
1a7f9f |
1 file changed, 1 insertion(+)
|
|
|
1a7f9f |
|
|
|
1a7f9f |
diff --git a/src/meson.build b/src/meson.build
|
|
|
1a7f9f |
index e7c99caee..8fe484ec2 100644
|
|
|
1a7f9f |
--- a/src/meson.build
|
|
|
1a7f9f |
+++ b/src/meson.build
|
|
|
1a7f9f |
@@ -955,6 +955,7 @@ libmutter = shared_library(libmutter_name,
|
|
|
1a7f9f |
libmutter_dep = declare_dependency(
|
|
|
1a7f9f |
link_with: libmutter,
|
|
|
1a7f9f |
include_directories: mutter_includes,
|
|
|
1a7f9f |
+ sources: mutter_built_sources,
|
|
|
1a7f9f |
dependencies: [
|
|
|
1a7f9f |
libmutter_cogl_dep,
|
|
|
1a7f9f |
libmutter_clutter_dep,
|
|
|
1a7f9f |
--
|
|
|
1a7f9f |
2.28.0
|
|
|
1a7f9f |
|