build: enable ostree in containers/storage when available

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1071
Approved by: rhatdan
This commit is contained in:
Giuseppe Scrivano 2018-07-10 13:02:42 +02:00 committed by Atomic Bot
parent 06ab343bd7
commit 1219a3cab3
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then
echo containers_image_ostree_stub
else
echo ostree
fi