debian/rules: Build using autogen.sh.
This commit is contained in:
parent
919cdc7b8d
commit
6d70760772
2
debian/rules
vendored
2
debian/rules
vendored
@ -12,6 +12,8 @@ override_dh_install:
|
||||
dh_install --list-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
# upstream tarball is without configure. autogen.sh will create it
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
dh_auto_configure $(DHFLAGS) -- \
|
||||
--with-gtk=2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user