[PATCH] font-util: Add a shorthand --disable-all-encodings option.

Rémi Cardona remi at gentoo.org
Thu Oct 7 14:01:03 PDT 2010


Le 07/10/2010 19:47, Alan Coopersmith a écrit :
> Correct.  For instance, since we build the OpenSolaris/Solaris 11 font
> packages per encoding, we end up having a list of all the encodings,
> and disable all the ones except the one we are building for that package:
> 
> # All the encodings defined in font-util/fontutil.m4.in
> ALL_ENCODINGS = \
>         iso8859-1  iso8859-2  iso8859-3  iso8859-4  iso8859-5  \
>         iso8859-6  iso8859-7  iso8859-8  iso8859-9  iso8859-10 \
>         iso8859-11 iso8859-12 iso8859-13 iso8859-14 iso8859-15 \
>         iso8859-16 jisx0201   koi8-r

That's exactly what we do as well :

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?revision=1.13&view=markup#l228

Our "problem" is that ./configure scripts generated with recent versions
of autoconf now complain when given a non-existing --enable/disable flag.

Michał's patch seems to fix everyone's problems :)

Cheers,

Rémi


More information about the xorg-devel mailing list