summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2006-05-30 13:22:20 +0000
committerfourdan2006-05-30 13:22:20 +0000
commit3001c8982f6db8f1072c2978a110d4c425d65bcc (patch)
treef81b06affd1ce2434bcfc676f2216a70a734bb94
parentcb12ff86a6a79f125ea2605f0c51ff8e45b2d8a2 (diff)
downloadivy-cplusplus-3001c8982f6db8f1072c2978a110d4c425d65bcc.zip
ivy-cplusplus-3001c8982f6db8f1072c2978a110d4c425d65bcc.tar.gz
ivy-cplusplus-3001c8982f6db8f1072c2978a110d4c425d65bcc.tar.bz2
ivy-cplusplus-3001c8982f6db8f1072c2978a110d4c425d65bcc.tar.xz
Include Yannick patch
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d8ebe6e..db48ebc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: ivy-cpp
Priority: extra
Section: devel
Maintainer: Alexandre Bustico <alexandre.bustico@cena.fr>
-Build-Depends: debhelper (>> 4.0.0), libc6-dev, xlibs-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev, libpcre3-dev
+Build-Depends: debhelper (>> 4.0.0), libc6-dev, xlibs-dev | libx11-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev | mesa-common-dev, libpcre3-dev, libxxf86vm-dev
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, libxxf86vm-dev
+Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev | libx11-dev, xlibmesa-gl-dev | mesa-common-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