Merge lp:~smspillaz/compiz-core/compiz-core.install-link-fixes into lp:compiz-core/0.9.5

Proposed by Sam Spilsbury
Status: Merged
Merged at revision: 2941
Proposed branch: lp:~smspillaz/compiz-core/compiz-core.install-link-fixes
Merge into: lp:compiz-core/0.9.5
Diff against target: 40 lines (+8/-2)
2 files modified
cmake/CompizPlugin.cmake (+1/-0)
src/CMakeLists.txt (+7/-2)
To merge this branch: bzr merge lp:~smspillaz/compiz-core/compiz-core.install-link-fixes
Reviewer Review Type Date Requested Status
Alan Griffiths Approve
Review via email: mp+89549@code.launchpad.net

Description of the change

Actually install the compiz binary and link plugins to compiz_core

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

OK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'cmake/CompizPlugin.cmake'
--- cmake/CompizPlugin.cmake 2012-01-12 06:48:58 +0000
+++ cmake/CompizPlugin.cmake 2012-01-21 17:18:25 +0000
@@ -404,6 +404,7 @@
404 ${${_PLUGIN}_PKG_LIBRARIES}404 ${${_PLUGIN}_PKG_LIBRARIES}
405 ${${_PLUGIN}_LIBRARIES}405 ${${_PLUGIN}_LIBRARIES}
406 ${${_PLUGIN}_MOD_LIBRARIES}406 ${${_PLUGIN}_MOD_LIBRARIES}
407 compiz_core
407 )408 )
408409
409 install (410 install (
410411
=== modified file 'src/CMakeLists.txt'
--- src/CMakeLists.txt 2012-01-20 15:42:52 +0000
+++ src/CMakeLists.txt 2012-01-21 17:18:25 +0000
@@ -77,6 +77,7 @@
77link_directories (77link_directories (
78 ${COMPIZ_LINK_DIRS}78 ${COMPIZ_LINK_DIRS}
79 ${CORE_MOD_LIBRARY_DIRS}79 ${CORE_MOD_LIBRARY_DIRS}
80 ${libdir}
80)81)
8182
82add_library (compiz_core SHARED83add_library (compiz_core SHARED
@@ -144,10 +145,14 @@
144145
145install (146install (
146 TARGETS compiz_core147 TARGETS compiz_core
148 LIBRARY DESTINATION ${COMPIZ_DESTDIR}${libdir}
149)
150
151install (
152 TARGETS compiz
147 RUNTIME DESTINATION ${COMPIZ_DESTDIR}${exec_prefix}153 RUNTIME DESTINATION ${COMPIZ_DESTDIR}${exec_prefix}
148 LIBRARY DESTINATION ${COMPIZ_DESTDIR}${libdir}
149 ARCHIVE DESTINATION ${COMPIZ_DESTDIR}${libdir}
150)154)
155
151add_subdirectory(tests)156add_subdirectory(tests)
152157
153enable_coverage_report( TARGETS compiz )158enable_coverage_report( TARGETS compiz )

Subscribers

People subscribed via source and target branches