mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
18a33f72db
commit
673036d609
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user