Revert "webkitgtk: remedy the build's confusion about the meaning of "truth""

This reverts commit d2aeeb0d20054a1ba2b9924b11471604488655f7.
This commit is contained in:
ajs124 2021-03-02 20:49:54 +01:00
parent 4fce15ab02
commit e498908604

@ -155,9 +155,6 @@ stdenv.mkDerivation rec {
"-DPORT=GTK"
"-DUSE_LIBHYPHEN=OFF"
"-DUSE_WPE_RENDERER=OFF"
# ensure backward compatibility with the latest version of icu:
# http://linuxfromscratch.org/blfs/view/svn/x/webkitgtk.html
"-DCMAKE_CXX_FLAGS=-DU_DEFINE_FALSE_AND_TRUE=1"
] ++ optionals stdenv.isDarwin [
"-DENABLE_GRAPHICS_CONTEXT_3D=OFF"
"-DENABLE_GTKDOC=OFF"