diff --git a/recipes-gtk/nwg-shell/ddcpopup_git.bb b/recipes-gtk/nwg-shell/ddcpopup_git.bb index 25d04ce..3bd8b03 100644 --- a/recipes-gtk/nwg-shell/ddcpopup_git.bb +++ b/recipes-gtk/nwg-shell/ddcpopup_git.bb @@ -25,4 +25,6 @@ do_compile[network] = "1" do_install:append() { mv ${D}${bindir}/main ${D}${bindir}/ddcpopup + # remove precompiled x86 binaries + rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell@*/example }