diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-12-16 16:08:27 +0100 |
---|---|---|
committer | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-12-16 16:08:27 +0100 |
commit | 4735ee51f1de93767ef3e10b05aea50f0f35256e (patch) | |
tree | b81146fd1f4fcd6a26f4f654644298ded1a3f0c3 /CMakeLists.txt | |
parent | 717bb1d7fad611709cb1d17a2025c15ae316486b (diff) | |
download | zcomp-4735ee51f1de93767ef3e10b05aea50f0f35256e.tar.gz zcomp-4735ee51f1de93767ef3e10b05aea50f0f35256e.tar.bz2 |
Fixed dependencies in pkg-config.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3635805..93f595a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ set (COMPIZ_REQUIRES sm libxml-2.0 libxslt - libstartup-notification-1.0>=0.7 + libstartup-notification-1.0 >= 0.7 ) set (DECORATION_REQUIRES xrender) |