diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2009-01-06 00:21:45 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2009-01-06 00:21:45 +0100 |
commit | c3e153e8775eab54ad64ad2c38eca448a73d92b4 (patch) | |
tree | bc5c6ab73f69f74eedeb80017a05118dd387381d /CMakeLists.txt | |
parent | cda631480712434d8deca46bdabafb127eaf7988 (diff) | |
download | zcomp-c3e153e8775eab54ad64ad2c38eca448a73d92b4.tar.gz zcomp-c3e153e8775eab54ad64ad2c38eca448a73d92b4.tar.bz2 |
Fixed pkg-config check.
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 5b862bf..34d2fdd 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) |