mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
12 lines
272 B
PkgConfig
12 lines
272 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: GdkPixbuf
|
||
|
Description: Image loading and scaling
|
||
|
Version: @VERSION@
|
||
|
Requires: gobject-2.0,gmodule-2.0
|
||
|
Libs: -L${libdir} -lgdk_pixbuf-1.3 @INTLLIBS@ @MATH_LIB@
|
||
|
Cflags: -I${includedir}
|