From 55d8acff210f587b0ae66911dd6f36a10e65edde Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 7 Jun 2014 15:39:56 -0500 Subject: [PATCH] Fix typo in .pc file Requires.Private should be Requires.private. https://bugzilla.gnome.org/show_bug.cgi?id=721719 --- atk-bridge-2.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk-bridge-2.0.pc.in b/atk-bridge-2.0.pc.in index 6af5861..449582f 100644 --- a/atk-bridge-2.0.pc.in +++ b/atk-bridge-2.0.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: atk-bridge-2.0 Description: ATK/D-Bus Bridge Version: @VERSION@ -Requires.Private: gobject-2.0 atspi-2 +Requires.private: gobject-2.0 atspi-2 Libs: -L${libdir} -latk-bridge-2.0 Cflags: -I${includedir}/at-spi2-atk/2.0 -- 2.34.1