CMake Error at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
Could NOT find PySide2 (missing: PYSIDE_LIBRARY PYSIDE_INCLUDE_DIR
PYSIDE_TYPESYSTEMS) (Required is at least version "5.14")
Adding pyside2 as a dependency fixes this issue
Pinned Comments
bartus commented on 2021-06-13 08:18 (UTC)
Env vars to control build type:
DISABLE_BUNDLED_RADARE
: (0) build will provide it's radare2 (1) build requires system wide radare2 package (default: 0)Usage case:
export DISABLE_BUNDLED_RADARE=1
in terminal before building.makepkg DISABLE_BUNDLED_RADARE=1
pass as extra arg tomakepkg
.yay --mflags="DISABLE_BUNDLED_RADARE=1
pass as flag to your aur helper.When build with
BUNDLED_RADARE
iaiot
will conflicts with system wideradare2
package, if you want to use the system wideradare2
package buildiaito
with DISABLE_BUNDLED_RARARE=1` env var set.