tree-wide: s/GTK+/GTK/g

GTK was renamed.
This commit is contained in:
Jan Tojnar
2019-09-06 02:54:53 +02:00
parent cac6631e61
commit 72e7d569a7
126 changed files with 178 additions and 181 deletions
@@ -162,7 +162,7 @@ let version = "4.8.5";
in
# We need all these X libraries when building AWT with GTK+.
# We need all these X libraries when building AWT with GTK.
assert x11Support -> (filter (x: x == null) ([ gtk2 libart_lgpl ] ++ xlibs)) == [];
stdenv.mkDerivation ({
@@ -341,7 +341,7 @@ stdenv.mkDerivation ({
# Setting $CPATH and $LIBRARY_PATH to make sure both `gcc' and `xgcc' find the
# library headers and binaries, regarless of the language being compiled.
#
# Note: When building the Java AWT GTK+ peer, the build system doesn't honor
# Note: When building the Java AWT GTK peer, the build system doesn't honor
# `--with-gmp' et al., e.g., when building
# `libjava/classpath/native/jni/java-math/gnu_java_math_GMP.c', so we just add
# them to $CPATH and $LIBRARY_PATH in this case.