Code review comment for lp:~agateau/unity-2d/maverick-libunity2d

Revision history for this message
Aurélien Gâteau (agateau) wrote :

> kaleo@tequila:~/Projects/upicek/unity-2d$ grep -r UnityPlaces *
> spread/app/spread.cpp: /* Spread.qml imports UnityPlaces, which is part
> of the places
>
> UnityPlaces should not appear anymore, Unity2d replaces it.

Fixed.

> Why adding X11 to the root CMakeLists.txt?

Because we are using it in so many places I thought it would be smarter to test for it globally, like Qt4. We can remove the individual tests later.

« Back to merge proposal