[mutter] Include libXrender as a dependency, link it to libmutter
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] Include libXrender as a dependency, link it to libmutter
- Date: Sat, 28 Mar 2015 12:43:04 +0000 (UTC)
commit c3455b01af05e9538e0bbbdb3000eadcd70394f5
Author: Calvin Walton <calvin walton kepstin ca>
Date: Tue Mar 24 11:21:25 2015 -0400
Include libXrender as a dependency, link it to libmutter
Mutter uses a function from libXrender (XRenderFindStandardFormat in
src/x11/iconcache.c), but doesn't link to libXrender. This causes
link issues on systems using the gold linker, particularly with
-Wl,--as-needed.
Since mutter is using a function from libXrender, adding 'xrender'
as a dependency seems appropriate, and fixes the issue.
https://bugzilla.gnome.org/show_bug.cgi?id=746692
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e6e8d97..f838be1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,6 +90,7 @@ MUTTER_PC_MODULES="
xkeyboard-config
xkbcommon >= 0.4.3
xkbcommon-x11
+ xrender
x11-xcb
xcb-randr
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]