From 160177d8d26c536dc085f938eadc8a43d9f2df29 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 21 Nov 2012 10:50:17 -0800 Subject: Add a gtk testcase to provide something with complex interactions The pkg-config testsuite has pretty good coverage of the implementation, but it lacks a complex case that tests the interactions of non-trivial .pc files. gtk is a very common package that meets this goal. This is a snapshot from my F16 system, and it should provide a good way to see how changes in the implementation regress a real world case. --- check/gtk/gobject-2.0.pc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 check/gtk/gobject-2.0.pc (limited to 'check/gtk/gobject-2.0.pc') diff --git a/check/gtk/gobject-2.0.pc b/check/gtk/gobject-2.0.pc new file mode 100644 index 0000000..5187bb7 --- /dev/null +++ b/check/gtk/gobject-2.0.pc @@ -0,0 +1,12 @@ +prefix=/gtk +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: GObject +Description: GLib Type, Object, Parameter and Signal Library +Requires: glib-2.0,gthread-2.0 +Version: 2.30.3 +Libs: -L${libdir} -lgobject-2.0 +Libs.private: -lffi +Cflags: -- cgit v1.2.1