[gnome-applets/wip/muktupavels/test: 1/2] build: ignore glib-compile-resources errors




commit d8b97bb7f8a544a9a6b3929c6f5b1237112ff5d5
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Feb 27 10:56:13 2022 +0200

    build: ignore glib-compile-resources errors

 gnome-applets/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-applets/Makefile.am b/gnome-applets/Makefile.am
index a44c6e881..9f318faeb 100644
--- a/gnome-applets/Makefile.am
+++ b/gnome-applets/Makefile.am
@@ -222,12 +222,12 @@ resource_files = \
 ga-resources.c: gnome-applets.gresource.xml Makefile.am $(resource_files)
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
                --target=$@ --sourcedir=$(srcdir) \
-               --generate --c-name ga $<
+               --generate --c-name ga $< || true
 
 ga-resources.h: gnome-applets.gresource.xml
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
                --target=$@ --sourcedir=$(srcdir) \
-               --generate --c-name ga $<
+               --generate --c-name ga $< || true
 
 BUILT_SOURCES = \
        ga-resources.c \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]