view dwindows1.pc.in @ 2326:258c1b9c29f4

GTK4: Implement DW_MENU_AUTO and DW_MENU_POPUP. These weren't necessary on GTK3 and earlier, so the options were just ignored. In GTK4 they are required for creating the GActions so it functions more like OS/2 and Windows now.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 23 Feb 2021 22:43:19 +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@