# HG changeset patch # User Aleksej Bobylev # Date 1555597052 -10800 # Node ID 123199f38bb33f2aa5eefe17970c9e6b7df46c06 # Parent 44d014d36fd6ca59f36f083219a63bfdad96eec7 1) libfm-extra: fix build while using development sources diff -r 44d014d36fd6 -r 123199f38bb3 libfm-extra/receipt --- a/libfm-extra/receipt Thu Apr 18 15:11:33 2019 +0100 +++ b/libfm-extra/receipt Thu Apr 18 17:17:32 2019 +0300 @@ -14,11 +14,12 @@ GENERIC_MENUS="no" DEPENDS="glib glibc-base libgio" -BUILD_DEPENDS="intltool" +BUILD_DEPENDS="automake gtk-doc libtool intltool" # Rules to configure and make the package. compile_rules() { + ./autogen.sh ./configure \ --sysconfdir=/etc \ --with-extra-only \