This fixes the segfault when loading decor plugin.

-----

>From 78409527ba793313d7ba1d518398a34aca3d3d9c Mon Sep 17 00:00:00 2001
From: Joel Bosveld <[email protected]>
Date: Tue, 17 Mar 2009 22:33:54 +0900
Subject: [PATCH] Decor plugin should link with libdecoration

---
 plugins/decor/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/decor/CMakeLists.txt b/plugins/decor/CMakeLists.txt
index 0146157..acd9663 100644
--- a/plugins/decor/CMakeLists.txt
+++ b/plugins/decor/CMakeLists.txt
@@ -2,4 +2,4 @@ find_package (Compiz REQUIRED)

 include (CompizPlugin)

-compiz_plugin(decor PLUGINDEPS composite opengl)
\ No newline at end of file
+compiz_plugin(decor PLUGINDEPS composite opengl PKGDEPS libdecoration)
-- 
1.6.0.3

Attachment: 0001-Decor-plugin-should-link-with-libdecoration.patch
Description: Binary data

_______________________________________________
Dev mailing list
[email protected]
http://lists.compiz-fusion.org/mailman/listinfo/dev

Reply via email to