dconf/fix-optimize-test-cases-bug.patch

26 lines
607 B
Diff
Raw Normal View History

2020-06-29 16:59:08 +08:00
From 0f47a97ee80de3580603132a907fba85ac61d2c5 Mon Sep 17 00:00:00 2001
From: Ting-Wei-Lan
Date: Wed, 23 Jun 2019 11:37:03 +0800
Subject: [PATCH]
---
common/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/meson.build b/common/meson.build
index 58e0fa8..61af2f9 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -28,7 +28,7 @@ libdconf_common = static_library(
libdconf_common_dep = declare_dependency(
dependencies: glib_dep,
- link_whole: libdconf_common,
+ link_with: libdconf_common,
)
libdconf_common_hidden = static_library(
--
1.8.3.1