view dwindows1.pc.in @ 1890:0f3df50bfc4f

Untested GTK3 change to use the new gtk_grid_remove_*() which were introduced in version 3.10. I don't have 3.10 installed yet, but will test this code soon. These allow me to remove a crude work-around in earlier versions that skipped over empty grid spaces. In 3.10 and later the grid should contract and remove the unused rows/columns. Might need a similar change in dw_box_unpack().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 08 Oct 2013 18:30:39 +0000
parents 5f0e4ca14dcd
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: dwindows
Description: Dynamic Windows Cross platform UI Toolkit
Version: @VERSION@
Libs: -L${prefix}/lib -ldwindows @LIBS@
Cflags: -I${prefix}/include @CFLAGS@ -D@DW_DEFINE@