Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: manually extract the program name from program_invocation_name | Timothy Arceri | 2018-06-19 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | Glibc has the same code to get program_invocation_short_name. However for some reason the short name gets mangled for some wine apps. For example with Google Earth VR I get: program_invocation_name: "/home/tarceri/.local/share/Steam/steamapps/common/EarthVR/Earth.exe" program_invocation_short_name: "e" Acked-by: Eric Engestrom <[email protected]> | ||||
* | xmlconfig: use the portable __VA_ARGS__ | Emil Velikov | 2017-08-26 | 1 | -6/+6 |
| | | | | | | | | | | | Follow the example used through mesa and use "..." + "__VA_ARGS__". The former tends to be more common and portable. v2: use ##__VA_ARGS__ (Eric) Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | xmlconfig: move into src/util | Nicolai Hähnle | 2017-07-31 | 1 | -0/+1113 |
v2: attempt to fix Android build (Emil) v3: add missing include path Reviewed-by: Marek Olšák <[email protected]> (v1) |