summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
index 997a5a71b3..9a4dad35d1 100644
--- a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
+++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
@@ -26,3 +26,8 @@ EXTRA_OEMESON:append:riscv32 = " -Dvapi=false"
26EXTRA_OEMESON:append:powerpc64le = " -Dvapi=false" 26EXTRA_OEMESON:append:powerpc64le = " -Dvapi=false"
27 27
28GTKDOC_MESON_OPTION = "gtk_doc" 28GTKDOC_MESON_OPTION = "gtk_doc"
29
30do_install:append() {
31 # conflicts with the file provided by network-manager-applet
32 rm -f ${D}${datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
33}