summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2017-11-08 14:17:05 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-11-08 13:57:22 +0000
commit4f5cc6581b3b83c9b802ad141c736aab5749a33e (patch)
tree8731e6eaecd0dea80ee87587f5fb072c0ce2b537
parent8cc81bd2a684ca96a641960f215d851d2f7931cc (diff)
spec: Add missing Requires to the -devel package
It needs pkg-config to be installed since it installs a .pc file. Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--spice-streaming-agent.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index e8c6d54..99b1f52 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -19,6 +19,7 @@ An agent, running on a guest, sending video streams of the X display to a remote
%package devel
Requires: spice-protocol >= @SPICE_PROTOCOL_MIN_VER@
+Requires: pkgconfig
Summary: SPICE streaming agent development files
%description devel