Skip to content

libpeas-gtk: correct pc file

worldofpeace requested to merge worldofpeace/libpeas:fix-pc into master

All of the Requires in this .pc got moved to Requries.private with the move to meson.

Here's a diff for visualization:

-Name: libpeas-gtk
-Description: libpeas-gtk, a GObject plugins library (Gtk widgets)
-Requires: glib-2.0 >= 2.38.0, gtk+-3.0 >= 3.0.0, libpeas-1.0 >= 1.22.0
-Version: 1.22.0
+Name: libpeas-gtk-1.0
+Description: GObject plugins library widgetery
+Version: 1.24.0
+Requires.private: libpeas-1.0, glib-2.0 >=  2.38.0, gobject-2.0 >=  2.38.0, gobject-introspection-1.0 >=  1.39.0, gtk+-3.0 >=  3.0.0, gmodule-2.0 >=  2.38.0, gio-2.0 >=  2.38.0
+Libs: -L${prefix}//lib  -lpeas-gtk-1.0
 Cflags: -I${includedir}/libpeas-1.0
-Libs: -L${libdir} -lpeas-gtk-1.0

This commit makes it generally the same as it was before.

I'm not sure if this was intentional, it does appear the meson port was merged with limited review. So I'm guessing it was a simple mistake.

Merge request reports