summaryrefslogtreecommitdiffstats
path: root/plugins/pf
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2013-03-19 12:16:20 +0100
committerMihael Koep <koep@schneide.com>2013-03-19 12:16:20 +0100
commit975a9a965f54e7a3461ea5d0d98191199e8f129b (patch)
tree22942a2387fcb20499372d5404222598fb081f92 /plugins/pf
parentbc7527f2e2c22a0f27c73a4086fe51d12504c826 (diff)
downloaduca-975a9a965f54e7a3461ea5d0d98191199e8f129b.tar.gz
uca-975a9a965f54e7a3461ea5d0d98191199e8f129b.tar.bz2
uca-975a9a965f54e7a3461ea5d0d98191199e8f129b.tar.xz
uca-975a9a965f54e7a3461ea5d0d98191199e8f129b.zip
Build package flags inside package-plugin.sh.in
This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
Diffstat (limited to 'plugins/pf')
-rw-r--r--plugins/pf/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pf/CMakeLists.txt b/plugins/pf/CMakeLists.txt
index ef11f8f..6abfcdf 100644
--- a/plugins/pf/CMakeLists.txt
+++ b/plugins/pf/CMakeLists.txt
@@ -7,6 +7,9 @@ find_package(ClSerMe4)
if (PF_FOUND AND CLSERME4_FOUND AND FGLIB5_FOUND)
set(UCA_CAMERA_NAME "pco")
+ set(PLUGIN_VERSION "1.0.0")
+ set(PLUGIN_REVISION "0")
+ set(PLUGIN_REQUIRES "libuca >= 1.1.0")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in
${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh)