summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorfourdan2006-05-30 12:13:33 +0000
committerfourdan2006-05-30 12:13:33 +0000
commit90f6e7e245b8381aa7bd1a5acad6ac89c263978c (patch)
tree2868639660739f4834cefc2849a3b75b45d97cf5 /debian/control
parent1f2fb6540dfdae5040ba95b69d89922f6afa55e6 (diff)
downloadivy-c-90f6e7e245b8381aa7bd1a5acad6ac89c263978c.zip
ivy-c-90f6e7e245b8381aa7bd1a5acad6ac89c263978c.tar.gz
ivy-c-90f6e7e245b8381aa7bd1a5acad6ac89c263978c.tar.bz2
ivy-c-90f6e7e245b8381aa7bd1a5acad6ac89c263978c.tar.xz
Add dependency on libx11-dev for SID as per Yannick request.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 963bd1c..2908991 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.6.1
Package: ivy-c-dev
Section: libdevel
Architecture: any
-Depends: ivy-c (= ${Source-Version}), libc6-dev, xlibs-dev, libgtk1.2-dev
+Depends: ivy-c (= ${Source-Version}), libc6-dev, libx11-dev | xlibs-dev, libgtk1.2-dev
Suggests: tclsh, wish
Description: Ivy software bus. development Package
This package is needed for compiling applications using ivy-c.