polybar / xpp

xpp - A C++11 RAII wrapper for XCB
Other
7 stars 11 forks source link

Fix xcbgen location problems #3

Closed patrick96 closed 8 years ago

patrick96 commented 8 years ago

If xcbgen is not accessible using PYTHON_EXECUTABLE (python2.7) then the xcbgen module could not be found before. This commit tries to locate the xcbgen module using different python executables and will take the first positive result it gets

Fixes https://github.com/jaagr/xpp/issues/2

jaagr commented 8 years ago

Looks good