7e2065ea35
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mutter.git#9a4f3cee975dd915c30581b5d8247b1ccaa374fd
27 lines
785 B
Diff
27 lines
785 B
Diff
From 3899a01cd6cb00ca686946d3065d58f59f5c2099 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
|
|
Date: Tue, 17 Nov 2020 14:00:02 +0100
|
|
Subject: [PATCH] Revert "build: Do not provide built sources as libmutter_dep
|
|
sources"
|
|
|
|
This reverts commit 4e9a2e479969973bf3063c740ceff149036b3af4.
|
|
---
|
|
src/meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/meson.build b/src/meson.build
|
|
index e7c99caee..8fe484ec2 100644
|
|
--- a/src/meson.build
|
|
+++ b/src/meson.build
|
|
@@ -955,6 +955,7 @@ 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,
|
|
--
|
|
2.28.0
|
|
|