summaryrefslogtreecommitdiff
path: root/plugins/unity-mt-grab-handles
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-09 02:26:22 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-09 02:26:22 +0100
commit567d8417e81ae89ab5225a866da69e0b9ace399a (patch)
tree742511e1bd325a364d5225c68f643adbf9f61220 /plugins/unity-mt-grab-handles
parent0973cb0c1e889358e155f2ad4241264a50231606 (diff)
CMake: use GNUInstallDirs with native multi-arch support
We can now use CMAKE_INSTALL_*DIR instead of defining them manually. Also disable networkarea region plugin build by default. (bzr r4068.2.1)
Diffstat (limited to 'plugins/unity-mt-grab-handles')
-rw-r--r--plugins/unity-mt-grab-handles/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/unity-mt-grab-handles/CMakeLists.txt b/plugins/unity-mt-grab-handles/CMakeLists.txt
index ec13c9f0d..acaaa8db3 100644
--- a/plugins/unity-mt-grab-handles/CMakeLists.txt
+++ b/plugins/unity-mt-grab-handles/CMakeLists.txt
@@ -8,6 +8,11 @@ if(CMAKE_BUILD_TYPE STREQUAL "")
set(revert_compiz TRUE)
endif()
+set (libdir ${CMAKE_INSTALL_LIBDIR})
+set (includedir ${CMAKE_INSTALL_INCLUDEDIR})
+set (libdir ${CMAKE_INSTALL_LIBDIR})
+set (datadir ${CMAKE_INSTALL_FULL_DATADIR})
+
compiz_plugin (unitymtgrabhandles PKGDEPS nux-4.0>=4.0.0 PLUGINDEPS composite opengl CFLAGSADD -std=c++0x)
if(revert_compiz)