04b7641e85
- Add x11proto to redbear-full.toml package list - libxau recipe updated with x11proto dependency and custom build script - Fixes libxau build failure: 'Package xproto was not found'
5 lines
182 B
Bash
Executable File
5 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
# Run this if you add/remove a new keyword to the xkbcomp scanner,
|
|
# or just want to regenerate the gperf file.
|
|
gperf < src/xkbcomp/keywords.gperf > src/xkbcomp/keywords.c
|