Visual Studio builds: Update gio-2.0.pc generation

We don't have libmount on Windows, so just make the entry for it blank.
This commit is contained in:
Chun-wei Fan 2016-11-23 11:12:00 +08:00
parent 18a33f72db
commit 673036d609

View File

@ -15,7 +15,7 @@ from pc_base import BasePCItems
def main(argv):
base_pc = BasePCItems()
base_pc.setup(argv)
pkg_replace_items = {'@G_THREAD_CFLAGS@': '',
'@G_THREAD_LIBS@': '',
@ -73,6 +73,7 @@ def main(argv):
'@ZLIB_LIBS@': '-lzlib1',
'@NETWORK_LIBS@': '-lws2_32',
'@SELINUX_LIBS@': '',
'@LIBMOUNT_LIBS@': '',
'glib-compile-schemas': '${exec_prefix}/bin/glib-compile-schemas',
'glib-compile-resources': '${exec_prefix}/bin/glib-compile-resources',
'gdbus-codegen': 'python ${exec_prefix}/bin/gdbus-codegen'}