Thanks. that issue was fixed in local repo but forgot to commit it. should works now.
On Sun, Mar 1, 2015 at 2:10 AM, Jon TURNEY <jon.turney@xxxxxxxxxxxxxxxx> wrote:
On 27/02/2015 06:57, Akira TAGOH wrote:
commit d6a5cc665a1d7e91332944353e92c83ad114368c[...]
Author: Akira TAGOH <akira@xxxxxxxxx>
Date: Fri Feb 27 14:17:26 2015 +0900
Hardcode the blanks in the library
https://bugs.freedesktop.org/show_bug.cgi?id=79956
diff --git a/fc-blanks/Makefile.am b/fc-blanks/Makefile.am[...]
+
+NULL =
+BLANKSPY = fc-blanks.py
+BLANKS_H = fcblanks.h
+TMPL = fcblanks.tmpl.h
+noinst_SCRIPTS = $(BLANKSPY)
+noinst_HEADERS = $(BLANKS_H)
+
+$(BLANKS_H): $(BLANKSPY) $(TMPL)
+ $(AM_V_GEN) $(PYTHON) $(BLANKSPY) < $(TMPL) > $(BLANKS_H).tmp && \
+ mv $(BLANKS_H).tmp $(BLANKS_H) || ($(RM) $(BLANKS_H).tmp && false)
This doesn't work when srcdir != builddir. See [1]
Patch attached.
[1] http://tinderbox.x.org/builds/2015-02-27-0014/logs/fontconfig/#build
Akira TAGOH
_______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig