summaryrefslogtreecommitdiff
path: root/common/flatpak-bundle-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-bundle-ref.c
parent0801f0cb13df53314053abf210d3abd888de0880 (diff)
downloadflatpak-491d174879a355c995c8d3bc07e2b6c421b76c42.tar.gz
Make p2p build non-optional
Closes: #1800 Approved by: alexlarsson
Diffstat (limited to 'common/flatpak-bundle-ref.c')
-rw-r--r--common/flatpak-bundle-ref.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/flatpak-bundle-ref.c b/common/flatpak-bundle-ref.c
index 86072a83..34c37fdd 100644
--- a/common/flatpak-bundle-ref.c
+++ b/common/flatpak-bundle-ref.c
@@ -307,9 +307,7 @@ flatpak_bundle_ref_new (GFile *file,
"branch", parts[3],
"commit", commit,
"file", file,
-#ifdef FLATPAK_ENABLE_P2P
"collection-id", collection_id,
-#endif /* FLATPAK_ENABLE_P2P */
NULL);
priv = flatpak_bundle_ref_get_instance_private (ref);