| author | Sam Spilsbury <smspillaz@gmail.com> | 2010-03-15 13:27:38 (GMT) |
|---|---|---|
| committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-03-15 13:27:38 (GMT) |
| commit | c2d423a42d3b7fb47cdee8370ee9c6629020a425 (patch) (side-by-side diff) | |
| tree | da154a95248ecbc76dda30f8f9dd718fa5b42e7b | |
| parent | aea1f07bd4c4d157a26ab8571250dfa0df904144 (diff) | |
| download | core-c2d423a42d3b7fb47cdee8370ee9c6629020a425.tar.gz core-c2d423a42d3b7fb47cdee8370ee9c6629020a425.tar.bz2 | |
Link required libraries explicitly.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e4acc9..cde08ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,8 @@ set (GETTEXT_PACKAGE compiz) find_package (Boost 1.34.0 REQUIRED) set (COMPIZ_REQUIRES + x11 + xext xdamage xcomposite x11-xcb |
