wok diff libconfig/receipt @ rev 25809
Fix gtk+3 dep for libwnck3, thanks Ceel
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jan 03 16:23:37 2025 +0000 (3 days ago) |
parents | 7364ffdaaa60 |
children |
line diff
1.1 --- a/libconfig/receipt Sun Jul 16 15:14:43 2023 +0000 1.2 +++ b/libconfig/receipt Fri Jan 03 16:23:37 2025 +0000 1.3 @@ -24,12 +24,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # --disable-cxx, libconfig++ need for libffado 1.8 + 1.9 autoreconf && 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --infodir=/usr/share/info \ 1.13 --mandir=/usr/share/man \ 1.14 - --disable-cxx \ 1.15 --disable-doc \ 1.16 $CONFIGURE_ARGS && 1.17 make &&