diff options
-rw-r--r-- | debian/control | 2 |
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 |