/usr/xenocara/README.md lines 150-152
Avon Robertson <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
In file /usr/xenocara/README.md the last two sentences below could be written (I think) more correctly. 145 # Updating XCB to a new release 146 147 libxcb uses C source files that are generated from the XML protocol 148 specification using xcbgen, written in Python. On OpenBSD those files 149 cannot be generated during a normal 'make build' since Python is not 150 in the base system. So the generated version are checked in CVS 151 (in lib/libxcb/src/). Here is the receipt to update them when updating 152 to a new release of XCB: Do you agree that the revised sentences below are more correct? 150 in the base system. So the generated version is checked into CVS 151 (in lib/libxcb/src/). Here is the recipe to update them when updating 152 to a new release of XCB: -- aer