Skip to content

Commit

Permalink
README: Add note for Arch users building without atk
Browse files Browse the repository at this point in the history
It is assumed that ATK packages are present during build time only.

If this is not desired, "atk_bridge=false" and removing dependencies
isn't enough. It seems meson.build is checking for ATK even though it's
not actually needed.

See also: #110
  • Loading branch information
lah7 committed May 7, 2024
1 parent 661b190 commit d8645a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ To revert to standard GTK 3, remove the patches and rebuild GTK 3:
* This would remove support for accessibility features; some apps could break.
* Allows for D-Bus to be an optional dependency. [(#40)](https://github.com/lah7/gtk3-classic/issues/40)
* To build without this feature, set meson option `atk_bridge` to `false` (default: `true`) and remove the dependencies from your package accordingly.
* For Arch, here's a reference of [PKGBUILD changes to make](https://github.com/lah7/gtk3-classic/issues/110#issuecomment-2098950276). The ATK packages are only used as build dependencies, but can be uninstalled afterwards.


## Problems?
Expand Down

0 comments on commit d8645a1

Please sign in to comment.