[jhbuild] latest: gtk: depend on libXcursor when building for x11
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] latest: gtk: depend on libXcursor when building for x11
- Date: Sun, 20 Jan 2019 10:40:19 +0000 (UTC)
commit ef47782e145748f645883ca447124dc6c01ca49b
Author: Christoph Reiter <creiter src gnome org>
Date: Thu Dec 6 11:47:56 2018 +0100
latest: gtk: depend on libXcursor when building for x11
modulesets/gnome-suites-core-deps-latest.modules | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules
b/modulesets/gnome-suites-core-deps-latest.modules
index 73a38018..42874b20 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -900,6 +900,9 @@
<dep package="graphene"/>
<dep package="libepoxy"/>
<dep package="m4-common"/>
+ <if condition-set="x11">
+ <dep package="libXcursor"/>
+ </if>
<if condition-unset="quartz">
<dep package="at-spi2-atk"/>
</if>
@@ -949,6 +952,9 @@
<dep package="gtk-doc"/>
<dep package="gobject-introspection"/>
<dep package="libepoxy"/>
+ <if condition-set="x11">
+ <dep package="libXcursor"/>
+ </if>
<if condition-unset="quartz">
<dep package="at-spi2-atk"/>
</if>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]