annotate dwindows1.pc.in @ 3005:522ef24b0aba default tip

GTK4: Fix even more deprecation warnings in GTK 4.10 and later. Migrate to GtkAlertDialog for 4.10 from GtkMessageDialog. Still need to center the dialog or something.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 20 Dec 2023 05:17:54 +0000
parents 5f0e4ca14dcd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1850
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 prefix=@prefix@
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2 exec_prefix=${prefix}
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3 libdir=${exec_prefix}/lib
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4 includedir=${exec_prefix}/include
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6 Name: dwindows
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 Description: Dynamic Windows Cross platform UI Toolkit
495793f9b503 Create a dwindows.pc during install to support pkg-config in
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8 Version: @VERSION@
1852
5f0e4ca14dcd Whoops missing some vital parts from the dwindows1.pc.in file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1850
diff changeset
9 Libs: -L${prefix}/lib -ldwindows @LIBS@
5f0e4ca14dcd Whoops missing some vital parts from the dwindows1.pc.in file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 1850
diff changeset
10 Cflags: -I${prefix}/include @CFLAGS@ -D@DW_DEFINE@