mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:59:02 +08:00
[libgxps] Remove folder bin at static build (#40571)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
parent
b90e21b5e7
commit
2b59a097da
@ -1,3 +1,5 @@
|
|||||||
|
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||||
|
|
||||||
set(LIBGXPS_VERSION 0.3.2)
|
set(LIBGXPS_VERSION 0.3.2)
|
||||||
string(SUBSTRING ${LIBGXPS_VERSION} 0 3 MAJOR_MINOR) # e.g. 0.3
|
string(SUBSTRING ${LIBGXPS_VERSION} 0 3 MAJOR_MINOR) # e.g. 0.3
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libgxps",
|
"name": "libgxps",
|
||||||
"version": "0.3.2",
|
"version": "0.3.2",
|
||||||
"port-version": 3,
|
"port-version": 4,
|
||||||
"description": "libgxps is a GObject based library for handling and rendering XPS documents.",
|
"description": "libgxps is a GObject based library for handling and rendering XPS documents.",
|
||||||
"homepage": "https://wiki.gnome.org/Projects/libgxps",
|
"homepage": "https://wiki.gnome.org/Projects/libgxps",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -559,7 +559,6 @@ libgpod:arm-neon-android=fail
|
|||||||
libgpod:arm64-android=fail
|
libgpod:arm64-android=fail
|
||||||
libgpod:x64-android=fail
|
libgpod:x64-android=fail
|
||||||
libgxps:x64-windows-static=fail
|
libgxps:x64-windows-static=fail
|
||||||
libgxps:x64-windows-static-md=fail
|
|
||||||
libhdfs3:arm-neon-android=fail
|
libhdfs3:arm-neon-android=fail
|
||||||
libhdfs3:arm64-android=fail
|
libhdfs3:arm64-android=fail
|
||||||
libhdfs3:x64-android=fail
|
libhdfs3:x64-android=fail
|
||||||
|
@ -4550,7 +4550,7 @@
|
|||||||
},
|
},
|
||||||
"libgxps": {
|
"libgxps": {
|
||||||
"baseline": "0.3.2",
|
"baseline": "0.3.2",
|
||||||
"port-version": 3
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"libharu": {
|
"libharu": {
|
||||||
"baseline": "2.4.4",
|
"baseline": "2.4.4",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "0d7868dcc67d11cb79d70af08389d9e14506caa9",
|
||||||
|
"version": "0.3.2",
|
||||||
|
"port-version": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "4bd19a44fc8b5aeb7ab850a2ce231761cee0fc2e",
|
"git-tree": "4bd19a44fc8b5aeb7ab850a2ce231761cee0fc2e",
|
||||||
"version": "0.3.2",
|
"version": "0.3.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user