Files
RedBear-OS/local/recipes/qt/qtbase/source/cmake/FindWrapZLIB.cmake
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- Add x11proto to redbear-full.toml package list
- libxau recipe updated with x11proto dependency and custom build script
- Fixes libxau build failure: 'Package xproto was not found'
2026-06-20 14:57:46 +03:00

15 lines
478 B
CMake

# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
include(QtFindWrapHelper NO_POLICY_SCOPE)
qt_find_package_system_or_bundled(wrap_zlib
FRIENDLY_PACKAGE_NAME "ZLIB"
WRAP_PACKAGE_TARGET "WrapZLIB::WrapZLIB"
WRAP_PACKAGE_FOUND_VAR_NAME "WrapZLIB_FOUND"
BUNDLED_PACKAGE_NAME "BundledZLIB"
BUNDLED_PACKAGE_TARGET "BundledZLIB"
SYSTEM_PACKAGE_NAME "WrapSystemZLIB"
SYSTEM_PACKAGE_TARGET "WrapSystemZLIB::WrapSystemZLIB"
)