wok-undigest diff libmatecomponent/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents 3f059c1d154b
children
line diff
     1.1 --- a/libmatecomponent/receipt	Thu Jan 02 18:04:57 2014 +0100
     1.2 +++ b/libmatecomponent/receipt	Fri Nov 15 17:38:29 2019 +0100
     1.3 @@ -11,12 +11,13 @@
     1.4  
     1.5  DEPENDS="glib libxml2 mate-corba popt"
     1.6  BUILD_DEPENDS="automake autoconf libtool glib-dev flex libxml2-dev mate-common \
     1.7 -mate-corba-dev popt-dev libIDL"
     1.8 +mate-corba-dev popt-dev libIDL gtk-doc"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 +	sed -i 's/\$(srcdir)/./' tests/Makefile.am
    1.15  	./autogen.sh \
    1.16  		--sysconfdir=/etc \
    1.17  		--libexecdir=/usr/lib/matecomponent \