Skip to content

Commit

Permalink
pkgconfig: remove non-existent requirement on 'sandbox-2.0'
Browse files Browse the repository at this point in the history
$ pkg-config --cflags libvirt-sandbox-1.0
Package sandbox-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sandbox-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'sandbox-2.0', required by 'libvirt-sandbox-1.0', not found

https://bugzilla.redhat.com/show_bug.cgi?id=1327908
  • Loading branch information
garyttierney authored and crobinso committed May 10, 2016
1 parent 3f9208b commit 946a88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libvirt-sandbox-1.0.pc.in
Expand Up @@ -6,6 +6,5 @@ includedir=@includedir@
Name: libvirt-sandbox
Version: @VERSION@
Description: libvirt sandbox library
Requires: sandbox-2.0
Libs: -L${libdir} -lvirt-sandbox-1.0 @LIBVIRT_GOBJECT_LIBS@
Cflags: -I${includedir}/libvirt-sandbox-1.0 @LIBVIRT_GOBJECT_CFLAGS@

0 comments on commit 946a88f

Please sign in to comment.