diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-23 23:36:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-23 23:36:06 +0200 |
commit | 5cb8201023e194000f2b631053f85e80dba5551a (patch) | |
tree | 926bc7fd07e912a2434e6a590b60c88e84394f39 | |
parent | d38cfbf4f541b1d3a3332372169363dcc18d7365 (diff) | |
download | buildroot-5cb8201023e194000f2b631053f85e80dba5551a.tar.gz buildroot-5cb8201023e194000f2b631053f85e80dba5551a.zip |
harfbuzz: update why we are using autoreconf
Following the addition of a patch touching Makefile.am, let's update
the comment explaining why we use <pkg>_AUTORECONF = YES.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/harfbuzz/harfbuzz.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk index 0adfb53dbe..001405fbd7 100644 --- a/package/harfbuzz/harfbuzz.mk +++ b/package/harfbuzz/harfbuzz.mk @@ -25,7 +25,7 @@ HOST_HARFBUZZ_CONF_OPTS = \ --with-freetype=yes \ --with-glib=yes -# beta libtool version +# beta libtool version and patching Makefile.am HARFBUZZ_AUTORECONF = YES ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y) |