Merge lp:~sil2100/compiz/fix_python_find_package into lp:compiz/0.9.9
| Status: | Merged |
|---|---|
| Approved by: | Daniel van Vugt on 2012-12-12 |
| Approved revision: | 3523 |
| Merged at revision: | 3524 |
| Proposed branch: | lp:~sil2100/compiz/fix_python_find_package |
| Merge into: | lp:compiz/0.9.9 |
| Diff against target: |
13 lines (+2/-1) 1 file modified
compizconfig/compizconfig-python/CMakeLists.txt (+2/-1) |
| To merge this branch: | bzr merge lp:~sil2100/compiz/fix_python_find_package |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2012-12-12 | |
| Daniel van Vugt | 2012-12-11 | Approve on 2012-12-12 | |
|
Review via email:
|
|||
Commit Message
Change to pkg_check_modules instead of find_package to find python-related
includes in multi-arch.
(LP: #1088996)
Description of the Change
- Problem:
Compiz FTBFS after the latest python package upgrade. The problem seems to be in the pyconfig.h file moved to a multi-arch directory, which is not supported by find_package().
- Fix:
Use pkg_check_modules() instead find_package().
- Tests:
N/A
| Łukasz Zemczak (sil2100) wrote : | # |
| Didier Roche (didrocks) wrote : | # |
It is now in, Lukasz, please restest with it :)
| Daniel van Vugt (vanvugt) wrote : | # |
It looks right, providing Jenkins agrees.
I'm not sure we need to impose 2.7 as a requirement right now but it probably won't hurt.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3523
http://
Executed test runs:
SUCCESS: http://
Click here to trigger a rebuild:
http://


Waiting for https:/ /bugs.launchpad .net/ubuntu/ +source/ python2. 7/+bug/ 1088988 to be resolved.