This commit is contained in:
Gerben Jan Dijkman 2023-05-24 17:23:27 +02:00
parent 8bc209a76b
commit b6b30a5050

View File

@ -29,9 +29,9 @@ BDEPEND="
" "
src_configure() { src_configure() {
#local emesonargs=( local mycmakeargs=(
# "-Dxcb-errors=release" -DCMAKE_BUILD_TYPE=Release
#) )
cmake_src_configure cmake_src_configure
} }