diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control index a709c60..284a733 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,12 @@ Source: zinc-tk Section: devel Priority: extra Maintainer: Patrick Lecoanet <lecoanet@ath.cena.fr> -# may to change xlibmesa-dev by libglu-dev Build-Depends: xlibs-dev, xlibmesa-dev, tk8.4-dev, tcl8.4-dev, perl-base, python (>= 2.1), python-dev, debhelper (>> 3.0.0), tetex-extra (>= 1.0.2+20011202-2), gcc(>= 2.95.4-14), perl (>= 5.6.1-8.2), tex4ht, perl-tk (>= 800.024) Standards-Version: 2.3.0.0 Package: zinc-tk Architecture: i386 -# may to change xlibmesa3 by libglu1 -Depends: tk8.4 (>= 8.4.3), xlibmesa3 +Depends: tk8.4 (>= 8.4.3) Conflicts: xradar3-tk Description: The Tk zinc widget. Tkzinc is a canvas like widget for the Tk toolkit. Its has been diff --git a/debian/rules b/debian/rules index 079cdef..4f11f27 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ install: build # # Configuring/compiling/installing for Tcl. - ./configure --prefix=/usr --enable-gl + ./configure --prefix=/usr --enable-gl --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4 --x-libraries=/usr/X11R6/lib make binaries # make install prefix=$(TMP)/usr make install DESTDIR=$(TMP) |