1*2b949d04SAndroid Build Coastguard Worker#!/bin/sh 2*2b949d04SAndroid Build Coastguard Worker# Run this to regenerate xkbcommon-keysyms.h from the X11 headers 3*2b949d04SAndroid Build Coastguard Worker# defining the keysyms and update the name <-> keysym mapping. 4*2b949d04SAndroid Build Coastguard Workerexport LC_CTYPE=C 5*2b949d04SAndroid Build Coastguard Workerscripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h 6*2b949d04SAndroid Build Coastguard Workerscripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h 7