[atkmm/atkmm-2-28] codegen/generate_defs_and_docs.sh: Atk has moved to at-spi2-core



commit 0b3fdb13fb46000d76921e92fb34759775f2f910
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Jul 7 09:27:28 2022 +0200

    codegen/generate_defs_and_docs.sh: Atk has moved to at-spi2-core
    
    Atk has been merged with at-spi2-core. Read atk files from there.

 codegen/generate_defs_and_docs.sh | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/codegen/generate_defs_and_docs.sh b/codegen/generate_defs_and_docs.sh
index a4f6c02..8654092 100755
--- a/codegen/generate_defs_and_docs.sh
+++ b/codegen/generate_defs_and_docs.sh
@@ -52,15 +52,14 @@ gen_methods="$GMMPROC_GEN_SOURCE_DIR/glibmm-2.4/tools/defs_gen/h2def.py"
 gen_enums="$GMMPROC_GEN_SOURCE_DIR/glibmm-2.4/tools/enum.pl"
 
 # Where to find the executable that generates extra defs (signals and properties).
-# atkmm-1.6 is built with autotools.
-# autotools support, but don't require, non-source-dir builds.
+# atkmm-1.6 is built with meson or autotools. Don't require, non-source-dir builds.
 extra_defs_gen_dir="$GMMPROC_GEN_BUILD_DIR/atkmm-1.6/codegen/extradefs"
 
-source_prefix="$GMMPROC_GEN_SOURCE_DIR/atk"
-build_prefix="$GMMPROC_GEN_BUILD_DIR/atk"
+source_prefix="$GMMPROC_GEN_SOURCE_DIR/at-spi2-core"
+build_prefix="$GMMPROC_GEN_BUILD_DIR/at-spi2-core"
 if [ "$source_prefix" == "$build_prefix" ]; then
   # atk is built with meson, which requires non-source-dir builds.
-  # This is what jhbuild does, if neccesary, to force non-source-dir builds.
+  # This is what jhbuild does, if necessary, to force non-source-dir builds.
   build_prefix="$build_prefix/build"
 fi
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]