diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2013-10-04 14:57:38 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-04 14:57:38 +0200 |
commit | 1d341b76c167e51fe10f5b64308f52ca48e2b4e7 (patch) | |
tree | 8056ad1f735053e4535c9ca49bce8631d5cc468d /package/libgtk2 | |
parent | 9c3050d5e6faf64ee15952b8f9d8c0894ac2a482 (diff) |
package: drop unneeded HOST_<pkg>_AUTORECONF = YES
Since 97c687000 (pkg-autotools.mk: default host AUTORECONF{,_OPT} to the
target values) we automatically enable autoreconf for host builds if it
is enabled for the target, so these can go.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libgtk2')
-rw-r--r-- | package/libgtk2/libgtk2.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk index 94cfd4c94..50d051042 100644 --- a/package/libgtk2/libgtk2.mk +++ b/package/libgtk2/libgtk2.mk @@ -157,7 +157,6 @@ endif # for the target. HOST_LIBGTK2_DEPENDENCIES = host-libglib2 host-libpng host-gdk-pixbuf -HOST_LIBGTK2_AUTORECONF = YES HOST_LIBGTK2_CONF_OPT = \ --disable-static \ --disable-glibtest \ |