annotate dwindows1.pc.in @ 1912:5035750bcc65

Fix some deprecation warnings in recent GTK3 versions... Whole classes GtkStatusIcon and GtkMisc have been deprecated. This will take some work to rewrite.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 19 Jun 2016 17:21:20 +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@