mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
14 lines
365 B
PkgConfig
14 lines
365 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
targets=@GDK_BACKENDS@
|
|
|
|
Name: GSK
|
|
Description: GTK+ Scene Graph Kit
|
|
Version: @VERSION@
|
|
Requires: gdk-@GTK_API_VERSION@ @GSK_PACKAGES@
|
|
Requires.private: @GSK_PRIVATE_PACKAGES@
|
|
Libs: -L${libdir} -lgsk-3 @GSK_EXTRA_LIBS@
|
|
Cflags: -I${includedir}/gsk-@GTK_API_VERSION@ @GSK_EXTRA_CFLAGS@
|