Переглянути джерело

Script updates for freetype on the linux aarch64 platform (#133)

* Update 3P configs for linux-aarch64 support for freetype-2.11.1

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 2 роки тому
батько
коміт
8fd97a38e3

+ 15 - 2
package-system/freetype/build_config.json

@@ -97,7 +97,20 @@
             "custom_test_cmd" : [
                "./test_Freetype_linux.sh"
            ]
-         }
+         },
+	 "Linux-aarch64": {
+            "depends_on_packages" :[
+               ["zlib-1.2.11-rev5-linux-aarch64", "ce9d1ed2883d77ffc69c7982c078595c1f89ca55ec19d89fe7e6beb05f774775", ""]
+            ],
+            "cmake_generate_args": [
+               "-G",
+               "\"Ninja Multi-Config\""
+            ],
+            "custom_test_cmd" : [
+               "./test_Freetype_linux.sh"
+	    ]
+	 }
       }
    }
-}
+}
+

+ 2 - 0
package_build_list_host_linux-aarch64.json

@@ -4,9 +4,11 @@
     "comment3" : "build_from_folder is package name --> folder containing built image of package",
     "comment4" : "Note:  Build from source occurs before build_from_folder",
     "build_from_source": {
+	"freetype-2.11.1-rev1-linux-aarch64": "Scripts/extras/pull_and_build_from_git.py ../../package-system/freetype --platform-name Linux-aarch64 --clean",
         "zlib-1.2.11-rev5-linux-aarch64": "Scripts/extras/pull_and_build_from_git.py ../../package-system/zlib --platform-name Linux-aarch64 --clean"
     },
     "build_from_folder": {
+	"freetype-2.11.1-rev1-linux-aarch64": "package-system/freetype/temp/freetype-linux-aarch64",
         "zlib-1.2.11-rev5-linux-aarch64": "package-system/zlib/temp/zlib-linux-aarch64"
     }
 }