scripts/update-keysyms: fix path to the include files after de1b6943d

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
master
Peter Hutterer 2021-05-14 08:36:59 +10:00
parent b6aadd57d9
commit 8e9f943d38
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
# Run this to regenerate xkbcommon-keysyms.h from the X11 headers
# defining the keysyms and update the name <-> keysym mapping.
export LC_CTYPE=C
scripts/makeheader > xkbcommon/xkbcommon-keysyms.h
scripts/makekeys xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h