diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2021-03-26 17:48:58 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2021-03-26 18:12:27 +0100 |
commit | 1ad48a50a45b4a4dbc84d9e85ea49311bb864629 (patch) | |
tree | 1524e83843d080c0245de78cd94dd75876bd7672 /stable | |
parent | 5a2611b7adc2782bad5cd1b24467c3b243788968 (diff) |
build: Fix wayland-protocols.pc when using autotools
"datadir" is not the same thing in meson and autotools.
In autoconf "datadir" is "${datarootdir}", which expands to
"${prefix}/share". @datarootdir@ expands to "${prefix}/share". There
seems to be no variable that expands to "share".
In meson "datadir" is "share".
So, avoid the "datadir" variable, just expand "datarootdir" it manually
instead. This unbreaks the recently broken autotools setup.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'stable')
0 files changed, 0 insertions, 0 deletions