mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
524ce69bcb
At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0.
16 lines
402 B
PkgConfig
16 lines
402 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
targets=@GDK_BACKENDS@
|
|
|
|
gtk_binary_version=@GTK_BINARY_VERSION@
|
|
gtk_host=@host@
|
|
|
|
Name: GTK+
|
|
Description: GTK+ Graphical UI Library
|
|
Version: @VERSION@
|
|
Requires: gdk-@GTK_API_VERSION@ @GTK_PACKAGES@
|
|
Libs: -L${libdir} -lgtk-3 @GTK_EXTRA_LIBS@
|
|
Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GTK_EXTRA_CFLAGS@ -DGSEAL_ENABLE
|