aboutsummaryrefslogtreecommitdiff
path: root/xkbcommon-x11.pc.in
AgeCommit message (Collapse)Author
2020-10-30Upgrade libxkbcommon to xkbcommon-1.0.1Haibo Huang
1. Run meson build locally: meson config -Denable-x11=false -Denable-wayland=false -Denable-docs=false 2. Copy over generated parser.h / parser.c 3. Copy over config.h 4. Remove #defines for missing functions Test: make Change-Id: I3911b932c4d63930118c7e0300b299788c0b3d00
2020-09-10Upgrade libxkbcommon to xkbcommon-1.0.0Haibo Huang
1. Run meson build locally: meson config -Denable-x11=false -Denable-wayland=false -Denable-docs=false 2. Copy over generated parser.h / parser.c 3. Copy over config.h, and remove defines for not supported functions. Change-Id: Id7f3c822c1d958fa541685344961507bcfa03b17