]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
- fix build on x32 by using C_LOOP veriant
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Apr 2019 20:18:56 +0000 (22:18 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Apr 2019 20:19:13 +0000 (22:19 +0200)
gtk-webkit4.spec

index bdea1faa9856ad9a224a094ec0975db89b8fc503..0010f29cd59484dc4926fa8d1e54c7d3abed6851 100644 (file)
@@ -168,7 +168,9 @@ cd build
        %{!?with_gtk2:-DENABLE_PLUGIN_PROCESS_GTK2=OFF} \
        %{!?with_wayland:-DENABLE_WAYLAND_TARGET=OFF} \
 %ifarch x32
+       -DENABLE_C_LOOP=ON \
        -DENABLE_JIT=OFF \
+       -DENABLE_SAMPLING_PROFILER=OFF \
 %endif
        -DENABLE_VIDEO=ON \
        -DENABLE_WEB_AUDIO=ON \
This page took 0.590008 seconds and 4 git commands to generate.