wok-next diff glade3/receipt @ rev 20698

tor: oh, I see there is DEPENDS below
author Erkan Yilmaz <erkan@slitaz.org>
date Wed May 23 15:22:22 2018 +0000 (2018-05-23)
parents 58d6577fec38
children 342b30daff76
line diff
     1.1 --- a/glade3/receipt	Mon Oct 30 00:16:27 2017 +0200
     1.2 +++ b/glade3/receipt	Wed May 23 15:22:22 2018 +0000
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="glade3-python glade3 glade3-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {