diff options
| author | jEzEk <[email protected]> | 2017-12-10 19:00:11 +0100 |
|---|---|---|
| committer | jEzEk <[email protected]> | 2017-12-10 19:00:11 +0100 |
| commit | 63b50f5e3e8ca11d17c75378b5ddf2fc5b4e0a60 (patch) | |
| tree | d2e42ff7639792b9ac54f90b8ead5b2ada79d640 | |
| parent | 8d6f23ddc2610275b031dac90e8d3b3be3232113 (diff) | |
don't rewrite XPROTO if defined in Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,7 +10,9 @@ # Go package. # My path to the X protocol XML descriptions. +ifndef XPROTO XPROTO=/usr/share/xcb +endif # All of the XML files in my /usr/share/xcb directory EXCEPT XKB. -_- # This is intended to build xgbgen and generate Go code for each supported |
