Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert meson plugin translation apply thing #729

Commits on Nov 15, 2021

  1. Revert meson plugin translation apply thing

    Since meson 0.60, the `build_always_stale` option was removed:
    mesonbuild/meson@6b1a800
    
    However, meson doesn't make such files depend on the translation .po
    files, which is a known bug:
    mesonbuild/meson#2621
    
    So with that option taken away, I tried passing a list to the input
    which includes all .po files, since I saw it only uses the first element
    for the translations, but that fails when trying to generate po files.
    
    Since it seems you can't dynamically add dependencies after the fact,
    this seems like a dead end, so I am reverting this for now to make it
    compile on meson 0.60.
    Neui committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    29a9c27 View commit details
    Browse the repository at this point in the history