pidgin/pidgin

Don't install or introspect win32 headers.

2021-01-30, Elliott Sales de Andrade
5df699e43f3f
Parents 1b0fa96b5ca3
Children 265694d7b23d
Don't install or introspect win32 headers.

They are not part of the public API.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/469/
--- a/libpurple/meson.build Sat Jan 30 02:26:08 2021 -0600
+++ b/libpurple/meson.build Sat Jan 30 04:38:54 2021 -0600
@@ -203,10 +203,7 @@
]
purple_coreheaders += [
- 'win32/libc_interface.h',
- 'win32/libc_internal.h',
'win32/win32dep.h',
- 'win32/wpurpleerror.h'
]
libpurplerc = configure_file(
--- a/pidgin/meson.build Sat Jan 30 02:26:08 2021 -0600
+++ b/pidgin/meson.build Sat Jan 30 04:38:54 2021 -0600
@@ -175,12 +175,6 @@
include_directories : include_directories('win32')
)
]
-
- libpidgin_headers += [
- 'win32/gtkwin32dep.h',
- 'win32/resource.h',
- 'win32/untar.h'
- ]
endif
if ENABLE_GTK