Merge lp://qastaging/~compiz-team/compiz/build-fixes-part-10-animationaddon-plugin into lp://qastaging/compiz/0.9.8
Status: | Superseded |
---|---|
Proposed branch: | lp://qastaging/~compiz-team/compiz/build-fixes-part-10-animationaddon-plugin |
Merge into: | lp://qastaging/compiz/0.9.8 |
Prerequisite: | lp://qastaging/~compiz-team/compiz/build-fixes-part-9-remove-cruft |
Diff against target: |
58 lines (+4/-6) 4 files modified
CMakeLists.txt (+0/-3) plugins/animation/include/animation/multi.h (+2/-2) plugins/animationaddon/CMakeLists.txt (+1/-1) plugins/animationaddon/src/polygon.cpp (+1/-0) |
To merge this branch: | bzr merge lp://qastaging/~compiz-team/compiz/build-fixes-part-10-animationaddon-plugin |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel van Vugt | Needs Fixing | ||
Review via email: mp+106527@code.qastaging.launchpad.net |
Description of the change
This branch makes the animationaddon plugin explicitly depend on composite and opengl, so that their include directories are pulled in correctly
Fix warnings (initialize variables).
Also fixes a warning about an unused variable because the active texture wasn't being reset to the saved one.
Unmerged revisions
- 3221. By Sam Spilsbury
-
Merged build-fixes-
part-9- remove- cruft into build-fixes- part-10- animationaddon- plugin. - 3220. By Sam Spilsbury
-
Enable animationadddon plugin, explicitly depend on composite and opengl
in order to bring in their plugin deps and fix warnings - 3219. By Sam Spilsbury
-
Consolidated Xig tests into main header
- 3218. By Sam Spilsbury
-
Remove useless headers
- 3217. By Sam Spilsbury
-
Put messages about libcompizconfig configuration in main results
- 3216. By Sam Spilsbury
-
There is no reason why the wrapsystem tests need an X Server
- 3215. By Sam Spilsbury
-
Set the environment in the test harness as SET_TESTS_
PROPERTIES appears
to not work - 3214. By Sam Spilsbury
-
Fix useless uninstall rule and add code to allow the compizconfig-python
tests to be run without compizconfig actually being installed ... CTest
doesn't quite get it yet though - 3213. By Sam Spilsbury
-
Build compizconfig-python
- 3212. By Sam Spilsbury
-
Merged build-fixes-
part-5- gsettings- warnings into build-fixes- part-6- remove- pyclean.
Again, please remove code changes not related to build fixes.