Changeset 174396 in webkit


Ignore:
Timestamp:
Oct 7, 2014, 9:12:02 AM (11 years ago)
Author:
commit-queue@webkit.org
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.fablet@crf.canon.fr> on 2014-10-07
Reviewed by Martin Robinson.

  • gtk/jhbuild.modules: Added --without-dtrace option to xserver jhbuild.modules config.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r174394 r174396  
     12014-10-07  Youenn Fablet  <youenn.fablet@crf.canon.fr>
     2
     3        [GTK] jhbuild modules should build xserver with the --without-dtrace option.
     4        https://bugs.webkit.org/show_bug.cgi?id=137482
     5
     6        Reviewed by Martin Robinson.
     7
     8        * gtk/jhbuild.modules: Added --without-dtrace option to xserver jhbuild.modules config.
     9
    1102014-10-07  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Tools/gtk/jhbuild.modules

    r174274 r174396  
    328328  </autotools>
    329329
    330   <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">
     330  <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">
    331331    <dependencies>
    332332      <dep package="pixman"/>
Note: See TracChangeset for help on using the changeset viewer.