diff options
Diffstat (limited to 'gnome-autoar')
-rw-r--r-- | gnome-autoar/gnome-autoar.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-autoar/gnome-autoar.pc.in b/gnome-autoar/gnome-autoar.pc.in index 6d61605..1d59d03 100644 --- a/gnome-autoar/gnome-autoar.pc.in +++ b/gnome-autoar/gnome-autoar.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: gnome-autoar Description: Archives integration support for GNOME Version: @VERSION@ -Requires: gio-2.0 gobject-2.0 glib-2.0 libarchive -Libs: -L${libdir} -lgnome-autoar +Requires: gio-2.0 gobject-2.0 glib-2.0 @GNOME_AUTOAR_LIBARCHIVE_REQUIRES@ +Libs: -L${libdir} -lgnome-autoar @GNOME_AUTOAR_LIBARCHIVE_LIBS@ Cflags: -I${includedir} |