mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Use the correct pkg-config syntax in all the *.pc.in files
(the version that comes with the RedHat 7.0 glib-gtkbeta RPM).
This commit is contained in:
parent
b7e2cecaa2
commit
e65179c0d5
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
* configure.in: Create *.pc scripts from the *.pc.in
|
||||
templates.
|
||||
* Makefile.am (pkgconfig_DATA): Install the *.pc
|
||||
scripts in `$(libexecdir)/pkgconfig'.
|
||||
scripts in `$(libdir)/pkgconfig'.
|
||||
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -90,7 +90,7 @@ testgdateparser_LDADD = libglib.la
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = glib.m4
|
||||
|
||||
pkgconfigdir = $(libexecdir)/pkgconfig
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = glib.pc gmodule.pc gthread.pc
|
||||
|
||||
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
|
||||
|
13
glib.pc.in
13
glib.pc.in
@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
VERSION="@VERSION@"
|
||||
REQUIRES=""
|
||||
CFLAGS="-I${includedir}/glib-1.2 -I${libdir}/glib/include $CFLAGS"
|
||||
LIBS_PATH="-L${libdir} $LIBS_PATH"
|
||||
LIBS_LINK_SELF="-lglib-1.2 $LIBS_LINK_SELF"
|
||||
LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
|
||||
Name: GLib
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lglib-1.2
|
||||
Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include
|
||||
|
||||
#Name: GLib
|
||||
#Description: C Utility Library
|
||||
|
@ -90,7 +90,7 @@ testgdateparser_LDADD = libglib.la
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = glib.m4
|
||||
|
||||
pkgconfigdir = $(libexecdir)/pkgconfig
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = glib.pc gmodule.pc gthread.pc
|
||||
|
||||
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
|
||||
|
@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
REQUIRES="glib"
|
||||
VERSION="@VERSION@"
|
||||
CFLAGS="$CFLAGS"
|
||||
LIBS_PATH="-L${libdir} @G_MODULE_LDFLAGS@ $LIBS_PATH"
|
||||
LIBS_LINK_SELF="-lgmodule-1.2 $LIBS_LINK_SELF"
|
||||
LIBS_LINK_SYSTEM="@G_MODULE_LIBS@ $LIBS_LINK_SYSTEM"
|
||||
|
||||
#Name: GModule
|
||||
#Description: Dynamic module loader for GLib
|
||||
Name: GModule
|
||||
Description: Dynamic module loader for GLib
|
||||
Requires: glib
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.2 @G_MODULE_LIBS@
|
||||
Cflags:
|
||||
|
@ -3,12 +3,9 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
REQUIRES="glib"
|
||||
VERSION="@VERSION@"
|
||||
CFLAGS="$CFLAGS"
|
||||
LIBS_PATH="-L${libdir} $LIBS_PATH"
|
||||
LIBS_LINK_SELF="-lgthread-1.2 $LIBS_LINK_SELF"
|
||||
LIBS_LINK_SYSTEM="@G_THREAD_LIBS@ $LIBS_LINK_SYSTEM"
|
||||
|
||||
#Name: GThread
|
||||
#Description: Thread support for GLib
|
||||
Name: GThread
|
||||
Description: Thread support for GLib
|
||||
Requires: glib
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgthread-1.2 @G_THREAD_LIBS@
|
||||
Cflags:
|
||||
|
Loading…
x
Reference in New Issue
Block a user