mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
b558885221
We need to link against gdk against pangoft2 on X11. Also add Requires.private to gdk-3.0.pc, and try to clean things up some. https://bugzilla.gnome.org/show_bug.cgi?id=665326
14 lines
339 B
PkgConfig
14 lines
339 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
targets=@GDK_BACKENDS@
|
|
|
|
Name: GDK
|
|
Description: GTK+ Drawing Kit
|
|
Version: @VERSION@
|
|
Requires: @GDK_PACKAGES@
|
|
Requires.private: @GDK_PRIVATE_PACKAGES@
|
|
Libs: -L${libdir} -lgdk-3 @GDK_EXTRA_LIBS@
|
|
Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GDK_EXTRA_CFLAGS@
|