You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,17 +61,21 @@ if(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_WINDOWS)
61
61
list(APPEND OPTIONS -Drelocatable=true)
62
62
endif()
63
63
64
+
if(VCPKG_TARGET_IS_ANDROID AND VCPKG_DETECTED_CMAKE_SYSTEM_VERSION VERSION_LESS"31")
65
+
list(APPEND OPTIONS -Dandroid=disabled)
66
+
endif()
67
+
64
68
if(VCPKG_TARGET_IS_WINDOWS)
65
69
#list(APPEND OPTIONS -Dnative_windows_loaders=true) # Use Windows system components to handle BMP, EMF, GIF, ICO, JPEG, TIFF and WMF images, overriding jpeg and tiff. To build this into gdk-pixbuf, pass in windows" with the other loaders to build in or use "all" with the builtin_loaders option
66
70
endif()
67
71
vcpkg_configure_meson(
68
72
SOURCE_PATH"${SOURCE_PATH}"
69
73
OPTIONS
70
74
-Dman=false# Whether to generate man pages (requires xlstproc)
71
-
-Dgtk_doc=false# Whether to generate the API reference (requires GTK-Doc)
72
-
-Ddocs=false
75
+
-Ddocumentation=false# Whether to generate the API reference (requires GTK-Doc)
73
76
-Dtests=false
74
77
-Dinstalled_tests=false
78
+
-Dglycin=disabled
75
79
-Dgio_sniffing=false# Perform file type detection using GIO (Unused on MacOS and Windows)
76
80
-Dbuiltin_loaders=all# since it is unclear where loadable plugins should be located;
77
81
# Comma-separated list of loaders to build into gdk-pixbuf, or "none", or "all" to build all buildable loaders into gdk-pixbuf
0 commit comments