summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2006-05-30 12:12:38 +0000
committerfourdan2006-05-30 12:12:38 +0000
commitcb12ff86a6a79f125ea2605f0c51ff8e45b2d8a2 (patch)
tree1d3ad1cee3209884799525c4b8d575a830a7b784
parent9670fec3606ffacae9dff66f3dc039f92eb83f62 (diff)
downloadivy-cplusplus-cb12ff86a6a79f125ea2605f0c51ff8e45b2d8a2.zip
ivy-cplusplus-cb12ff86a6a79f125ea2605f0c51ff8e45b2d8a2.tar.gz
ivy-cplusplus-cb12ff86a6a79f125ea2605f0c51ff8e45b2d8a2.tar.bz2
ivy-cplusplus-cb12ff86a6a79f125ea2605f0c51ff8e45b2d8a2.tar.xz
Add dependency on libxxf86vm-dev as per Yannick request.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index c46e34c..d8ebe6e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.6.1
Package: ivy-cpp-dev
Section: libdevel
Architecture: any
-Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev
+Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev, libxxf86vm-dev
Description: C++ api for Ivy software bus. development Package
This package is needed for compiling applications using ivy in C++.
Ivy is mostly a communication convention between processes, implemented