diff --git a/net-libs/td/td-1.18.4.ebuild b/net-libs/td/td-1.18.4.ebuild index fb86c71..da59338 100644 --- a/net-libs/td/td-1.18.4.ebuild +++ b/net-libs/td/td-1.18.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson +inherit cmake COMMIT="8517026415e75a8eec567774072cbbbbb52376c1" @@ -33,5 +33,5 @@ src_configure() { # "-Dxcb-errors=release" #) - meson_src_configure + cmake_src_compile }