Final one - I give up :-) OBS-URL: https://build.opensuse.org/request/show/396734 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=83
30 lines
920 B
Diff
30 lines
920 B
Diff
From 38852511096d51ced50fddb862a48e43caf64bbf Mon Sep 17 00:00:00 2001
|
|
From: Richard Hughes <richard@hughsie.com>
|
|
Date: Thu, 7 Apr 2016 17:13:45 +0100
|
|
Subject: trivial: Fix the xdg-app build
|
|
|
|
---
|
|
src/plugins/Makefile.am | 5 ++++-
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
|
|
index 32d2605..fe5ad94 100644
|
|
--- a/src/plugins/Makefile.am
|
|
+++ b/src/plugins/Makefile.am
|
|
@@ -147,7 +147,10 @@ libgs_plugin_limba_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
|
|
endif
|
|
|
|
if HAVE_XDG_APP
|
|
-libgs_plugin_xdg_app_la_SOURCES = gs-plugin-xdg-app.c
|
|
+libgs_plugin_xdg_app_la_SOURCES = \
|
|
+ gs-appstream.c \
|
|
+ gs-appstream.h \
|
|
+ gs-plugin-xdg-app.c
|
|
libgs_plugin_xdg_app_la_LIBADD = $(GS_PLUGIN_LIBS) $(XDG_APP_LIBS)
|
|
libgs_plugin_xdg_app_la_LDFLAGS = -module -avoid-version
|
|
libgs_plugin_xdg_app_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
|
|
--
|
|
cgit v0.12
|
|
|
|
|