mirror of https://github.com/containers/podman.git
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:
parent
06ab343bd7
commit
1219a3cab3
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then
|
if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then
|
||||||
echo containers_image_ostree_stub
|
echo containers_image_ostree_stub
|
||||||
|
else
|
||||||
|
echo ostree
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue