build/win32/pc_base.py: Allow custom options
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 21 Apr 2016 11:22:57 +0000 (19:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 21 Apr 2016 11:22:57 +0000 (19:22 +0800)
commit72e5c22bb61a6a04244cd8236b59b1ec5571c806
treefdf6dbd366923760918ce77cbe09704a0ebca624
parent65d536ae18cbd1754a917370dce708160ecc4d61
build/win32/pc_base.py: Allow custom options

Some packages might have some parts that are built for certain build
configs, meaning that they could have .pc files of their own, such as
Pango, where PangoFT2 is optionally built.  Allow such an option if
needed.

Also remove some trailing whitespaces.
build/win32/pc_base.py