find_package(XCB ...) ?

2013-07-28 Thread Sebastian Kügler
Hi Martin, I'm facing some challenges building kde-workspace on top of Frameworks. XCB is not found, do you know which packages I need to have it found through find_package? Thanks, -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

Re: find_package(XCB ...) ?

2013-07-28 Thread Martin Graesslin
On Sunday 28 July 2013 13:43:50 Sebastian Kügler wrote: Hi Martin, I'm facing some challenges building kde-workspace on top of Frameworks. XCB is not found, do you know which packages I need to have it found through find_package? Same as kde-workspace on Qt4. Do you have an error message?

Re: find_package(XCB ...) ?

2013-07-28 Thread Alexander Neundorf
On Sunday 28 July 2013, Sebastian Kügler wrote: Hi Martin, I'm facing some challenges building kde-workspace on top of Frameworks. XCB is not found, do you know which packages I need to have it found through find_package? It searches for Xlib-xcb.h and libX11-xcb.so. Probably something like

Re: find_package(XCB ...) ?

2013-07-28 Thread Sebastian Kügler
On Sunday, July 28, 2013 15:11:09 Alexander Neundorf wrote: On Sunday 28 July 2013, Sebastian Kügler wrote: I'm facing some challenges building kde-workspace on top of Frameworks. XCB is not found, do you know which packages I need to have it found through find_package? It searches for