diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-08 23:22:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:06:55 -0500 |
commit | 6465e8dd157cf7f7dbf0ade227784aa6f2d10549 (patch) | |
tree | 8b074e1e7cabf59d181334d9517fc1735f8e0d6d /gdk-3.0.pc.in | |
parent | 07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4 (diff) | |
download | gtk+-6465e8dd157cf7f7dbf0ade227784aa6f2d10549.tar.gz |
Reorganize pc files for a single library
After this commit, pc files no longer include the gdk backend in
their name, and we no longer install a pc file for gdk. There is
now a single gtk+-3.0.pc file. It turns out a separate gtk+-x11-3.0.pc
file is not necessary, since gdkx.h doesn't have a separate include
directory that would have to be added to Cflags.
Diffstat (limited to 'gdk-3.0.pc.in')
-rw-r--r-- | gdk-3.0.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk-3.0.pc.in b/gdk-3.0.pc.in deleted file mode 100644 index fe21977748..0000000000 --- a/gdk-3.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ -target=@gdktarget@ - -Name: GDK -Description: GTK+ Drawing Kit (${target} target) -Version: @VERSION@ -Requires: @GDK_PACKAGES@ -Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@ -Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ -I${libdir}/gtk-@GTK_API_VERSION@/include @GDK_EXTRA_CFLAGS@ -DGSEAL_ENABLE |