wok rev 21309
1) libfm-extra: fix build while using development sources
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 18 17:17:32 2019 +0300 (2019-04-18) |
parents | 44d014d36fd6 |
children | 8f42e5ca1910 |
files | libfm-extra/receipt |
line diff
1.1 --- a/libfm-extra/receipt Thu Apr 18 15:11:33 2019 +0100 1.2 +++ b/libfm-extra/receipt Thu Apr 18 17:17:32 2019 +0300 1.3 @@ -14,11 +14,12 @@ 1.4 GENERIC_MENUS="no" 1.5 1.6 DEPENDS="glib glibc-base libgio" 1.7 -BUILD_DEPENDS="intltool" 1.8 +BUILD_DEPENDS="automake gtk-doc libtool intltool" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 + ./autogen.sh 1.14 ./configure \ 1.15 --sysconfdir=/etc \ 1.16 --with-extra-only \