This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
prefix=@prefix@ |
| 2 |
exec_prefix=@exec_prefix@ |
| 3 |
libdir=@libdir@ |
| 4 |
includedir=@includedir@ |
| 5 |
target=@gdktarget@ |
| 6 |
|
| 7 |
Name: GDK |
| 8 |
Description: GTK+ Drawing Kit (${target} target) |
| 9 |
Version: @VERSION@ |
| 10 |
Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@ |
| 11 |
Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@ |
| 12 |
Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @GDK_EXTRA_CFLAGS@ |