summaryrefslogtreecommitdiff
path: root/common/flatpak-related-ref.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-06-19 18:27:52 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-19 18:10:56 +0000
commit491d174879a355c995c8d3bc07e2b6c421b76c42 (patch)
tree8470a388821d35c46f8dbde957d476f1f96f7175 /common/flatpak-related-ref.c
parent0801f0cb13df53314053abf210d3abd888de0880 (diff)
downloadflatpak-491d174879a355c995c8d3bc07e2b6c421b76c42.tar.gz
Make p2p build non-optional
Closes: #1800 Approved by: alexlarsson
Diffstat (limited to 'common/flatpak-related-ref.c')
-rw-r--r--common/flatpak-related-ref.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/flatpak-related-ref.c b/common/flatpak-related-ref.c
index fec195aa..21a67a95 100644
--- a/common/flatpak-related-ref.c
+++ b/common/flatpak-related-ref.c
@@ -286,9 +286,7 @@ flatpak_related_ref_new (const char *collection_id,
"subpaths", subpaths,
"should-download", download,
"should-delete", delete,
-#ifdef FLATPAK_ENABLE_P2P
"collection-id", collection_id,
-#endif /* FLATPAK_ENABLE_P2P */
NULL);
return ref;