wok rev 90
Compile JWM without fribidi supprot
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 03 10:21:35 2008 +0100 (2008-01-03) |
parents | 35dd72c1429c |
children | fe64923e0658 |
files | jwm/receipt |
line diff
1.1 --- a/jwm/receipt Wed Jan 02 22:26:13 2008 +0100 1.2 +++ b/jwm/receipt Thu Jan 03 10:21:35 2008 +0100 1.3 @@ -13,10 +13,14 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - ./configure --prefix=/usr --mandir=/usr/share/man \ 1.9 - --sysconfdir=/etc/jwm $CONFIGURE_ARGS 1.10 - make 1.11 + cd $src 1.12 + ./configure \ 1.13 + --prefix=/usr \ 1.14 + --mandir=/usr/share/man \ 1.15 + --sysconfdir=/etc/jwm \ 1.16 + --disable-fribidi \ 1.17 + $CONFIGURE_ARGS 1.18 + make 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.