mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
removed traces of web_js completly
This commit is contained in:
parent
f028e3ad5f
commit
3f6be88a04
@ -54,5 +54,5 @@ Feature: swap16bitcsp
|
|||||||
Description: Enable byte swap for 16 bit colorspaces.
|
Description: Enable byte swap for 16 bit colorspaces.
|
||||||
|
|
||||||
Feature: all
|
Feature: all
|
||||||
Description: enable all features except for webp_js and swap16bitcsp
|
Description: enable all features except for swap16bitcsp
|
||||||
Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
|
Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
|
||||||
|
@ -27,7 +27,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
|||||||
simd WEBP_ENABLE_SIMD
|
simd WEBP_ENABLE_SIMD
|
||||||
cwebp WEBP_BUILD_CWEBP
|
cwebp WEBP_BUILD_CWEBP
|
||||||
dwebp WEBP_BUILD_DWEBP
|
dwebp WEBP_BUILD_DWEBP
|
||||||
webp_js WEBP_BUILD_WEBP_JS
|
|
||||||
swap16bitcsp WEBP_ENABLE_SWAP_16BIT_CSP
|
swap16bitcsp WEBP_ENABLE_SWAP_16BIT_CSP
|
||||||
unicode WEBP_UNICODE
|
unicode WEBP_UNICODE
|
||||||
)
|
)
|
||||||
@ -43,10 +42,6 @@ if(VCPKG_TARGET_IS_OSX)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if("webp_js" IN_LIST FEATURES AND "${FEATURES}" MATCHES "(anim|gif2webp|img2webp|extras|info|vwebp|mux|cwebp|dwebp)")
|
|
||||||
message(FATAL_ERROR "Feature webp_js conflicts with features anim|gif2webp|img2webp|extras|info|vwebp|mux|cwebp|dwebp!")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user