mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[atk] Allow building on ARM (#27228)
* [atk] Allow building on ARM Tested on Windows 11 ARM / macOS ARM * [atk] Update version
This commit is contained in:
parent
c581ba650b
commit
80ec78ddf9
@ -24,3 +24,4 @@ vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
{
|
||||
"name": "atk",
|
||||
"version": "2.38.0",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "GNOME Accessibility Toolkit",
|
||||
"homepage": "https://developer.gnome.org/atk/",
|
||||
"license": "GPL-2.0-only",
|
||||
"supports": "!arm",
|
||||
"dependencies": [
|
||||
"gettext",
|
||||
"glib",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "648ef40c1a892940c1a4c501123cafacd86e4f5a",
|
||||
"version": "2.38.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "e6aebc3163947c210e176a1e9ab0ddd1c6c7d0bf",
|
||||
"version": "2.38.0",
|
||||
|
@ -234,7 +234,7 @@
|
||||
},
|
||||
"atk": {
|
||||
"baseline": "2.38.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"atkmm": {
|
||||
"baseline": "2.36.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user