Title: [174396] trunk/Tools
Revision
174396
Author
commit-qu...@webkit.org
Date
2014-10-07 09:12:02 -0700 (Tue, 07 Oct 2014)

Log Message

[GTK] jhbuild modules should build xserver with the --without-dtrace option.
https://bugs.webkit.org/show_bug.cgi?id=137482

Patch by Youenn Fablet <youenn.fab...@crf.canon.fr> on 2014-10-07
Reviewed by Martin Robinson.

* gtk/jhbuild.modules: Added --without-dtrace option to xserver jhbuild.modules config.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174395 => 174396)


--- trunk/Tools/ChangeLog	2014-10-07 16:06:53 UTC (rev 174395)
+++ trunk/Tools/ChangeLog	2014-10-07 16:12:02 UTC (rev 174396)
@@ -1,3 +1,12 @@
+2014-10-07  Youenn Fablet  <youenn.fab...@crf.canon.fr>
+
+        [GTK] jhbuild modules should build xserver with the --without-dtrace option.
+        https://bugs.webkit.org/show_bug.cgi?id=137482
+
+        Reviewed by Martin Robinson.
+
+        * gtk/jhbuild.modules: Added --without-dtrace option to xserver jhbuild.modules config.
+
 2014-10-07  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [SOUP] TLS errors should take precedence over HTTP authentication

Modified: trunk/Tools/gtk/jhbuild.modules (174395 => 174396)


--- trunk/Tools/gtk/jhbuild.modules	2014-10-07 16:06:53 UTC (rev 174395)
+++ trunk/Tools/gtk/jhbuild.modules	2014-10-07 16:12:02 UTC (rev 174396)
@@ -327,7 +327,7 @@
             md5sum="4c300da1cf14b4e167d65cd5d8de1ef1"/>
   </autotools>
 
-  <autotools id="xserver" autogenargs="--disable-xinerama --enable-glx --enable-composite --disable-xorg --disable-dmx --disable-xnest --disable-xquartz --disable-xwin --disable-xephyr --disable-xfake --disable-xfbdev --disable-install-setuid --disable-unit-tests --enable-unix-transport --enable-tcp-transport --disable-local-transport --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-xkb-bin-directory=/usr/bin">
+  <autotools id="xserver" autogenargs="--disable-xinerama --enable-glx --enable-composite --disable-xorg --disable-dmx --disable-xnest --disable-xquartz --disable-xwin --disable-xephyr --disable-xfake --disable-xfbdev --disable-install-setuid --disable-unit-tests --enable-unix-transport --enable-tcp-transport --disable-local-transport --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-xkb-bin-directory=/usr/bin --without-dtrace">
     <dependencies>
       <dep package="pixman"/>
     </dependencies>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to