diff options
Diffstat (limited to 'gui-libs/wf-config/wf-config-9999.ebuild')
-rw-r--r-- | gui-libs/wf-config/wf-config-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui-libs/wf-config/wf-config-9999.ebuild b/gui-libs/wf-config/wf-config-9999.ebuild index 328ec1807428..3efe9aa8cc6b 100644 --- a/gui-libs/wf-config/wf-config-9999.ebuild +++ b/gui-libs/wf-config/wf-config-9999.ebuild @@ -23,7 +23,7 @@ IUSE="debug" DEPEND=" dev-libs/libevdev dev-libs/libxml2 - gui-libs/wlroots + ~gui-libs/wlroots-9999 media-libs/glm " @@ -35,12 +35,12 @@ BDEPEND=" virtual/pkgconfig " -src_compile () { +src_configure () { local emesonargs="" if use debug; then emesonargs+=( "-Db_sanitize=address,undefined" ) fi - meson_src_compile + meson_src_configure } |