revert this, it breaks for libexif and anyway the new options aren't supported

svn path=/trunk/libgdiplus/; revision=83758
This commit is contained in:
Sebastien Pouliot 2007-08-09 14:15:50 +00:00
Родитель 024a1591a3
Коммит 38d57bddd2
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -7,6 +7,6 @@ includedir=@includedir@
Name: libgdiplus
Description: GDI+ implementation
Version: @VERSION@
Requires: glib-2.0 gmodule-2.0 gthread-2.0 @GDIPLUS_PKG_REQ@
Libs: -L${libdir} -lgdiplus
Cflags: -I${includedir}
Requires: glib-2.0 gmodule-2.0 gthread-2.0
Libs: -L${libdir} -lgdiplus @GDIPLUS_PKG_LIBS@
Cflags: -I${includedir} @GDIPLUS_PKG_CFLAGS@