[jhbuild] 3.22: mutter needs --disable-wayland-egl-server in non-wayland builds
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] 3.22: mutter needs --disable-wayland-egl-server in non-wayland builds
- Date: Fri, 29 Apr 2016 15:54:09 +0000 (UTC)
commit c32ac8160045c5bc3efe546554191388419cc739
Author: Ting-Wei Lan <lantw src gnome org>
Date: Fri Apr 29 23:14:46 2016 +0800
3.22: mutter needs --disable-wayland-egl-server in non-wayland builds
https://bugzilla.gnome.org/show_bug.cgi?id=760439
modulesets/gnome-suites-core-3.22.modules | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-3.22.modules b/modulesets/gnome-suites-core-3.22.modules
index 58d25c7..a0396b4 100644
--- a/modulesets/gnome-suites-core-3.22.modules
+++ b/modulesets/gnome-suites-core-3.22.modules
@@ -506,6 +506,9 @@
<if condition-set="wayland">
<autogenargs value="--enable-wayland-egl-platform --enable-wayland-egl-server
--enable-kms-egl-platform"/>
</if>
+ <if condition-unset="wayland">
+ <autogenargs value="--disable-wayland-egl-server"/>
+ </if>
<branch/>
<dependencies>
<dep package="gdk-pixbuf"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]