[jhbuild] core-deps: Use cmakeargs instead of autogenargs in WebKit



commit 8eb80086413ef3c02a28f3611c94b18457dcc94c
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Mon Aug 3 04:02:22 2015 +0800

    core-deps: Use cmakeargs instead of autogenargs in WebKit
    
    This makes what commit 869e16b wants to do work.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753190

 modulesets/gnome-suites-core-deps-3.18.modules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.18.modules b/modulesets/gnome-suites-core-deps-3.18.modules
index 1a6f3c7..2984dad 100644
--- a/modulesets/gnome-suites-core-deps-3.18.modules
+++ b/modulesets/gnome-suites-core-deps-3.18.modules
@@ -1319,10 +1319,10 @@
 
   <cmake id="WebKit" cmakeargs="-DPORT=GTK -DCMAKE_BUILD_TYPE=Release">
     <if condition-unset="x11">
-      <autogenargs value="-DENABLE_X11_TARGET=OFF"/>
+      <cmakeargs value="-DENABLE_X11_TARGET=OFF"/>
     </if>
     <if condition-unset="wayland">
-      <autogenargs value="-DENABLE_WAYLAND_TARGET=OFF"/>
+      <cmakeargs value="-DENABLE_WAYLAND_TARGET=OFF"/>
     </if>
     <pkg-config>webkit2gtk-4.0.pc</pkg-config>
     <branch repo="webkitgtk.org"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]