[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#734490: libatk-bridge2.0-dev: typo in pkg-config file



Package: libatk-bridge2.0-dev
Version: 2.10.2-2
Severity: normal
Tags: patch

atk-bridge-2.0.pc contains Requires.Private although it should be
Requires.private. Requires.Private is ignored by pkg-config and won't
give the correct result when passing --static to pkg-config --libs. The
libraries for gobject-2.0 and atspi-2 are missing.

Please apply the attached patch. Thank you.

Regards
-- 
Sebastian Ramacher
--- at-spi2-atk-2.10.2.orig/atk-bridge-2.0.pc.in
+++ at-spi2-atk-2.10.2/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

Attachment: signature.asc
Description: Digital signature


Reply to: