summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
Diffstat (limited to 'hack')
-rwxr-xr-xhack/ostree_tag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh
index 89499c5e8..f7bccf127 100755
--- a/hack/ostree_tag.sh
+++ b/hack/ostree_tag.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-if ! pkg-config ostree-1 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
fi