mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Put the pkg-config scripts back to the correct pkg-config syntax
(the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
This commit is contained in:
@@ -3,12 +3,8 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
VERSION="@VERSION@"
|
||||
REQUIRES=""
|
||||
CFLAGS="-I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include $CFLAGS"
|
||||
LIBS_PATH="-L${libdir} $LIBS_PATH"
|
||||
LIBS_LINK_SELF="-lglib-1.3 $LIBS_LINK_SELF"
|
||||
LIBS_LINK_SYSTEM="$LIBS_LINK_SYSTEM"
|
||||
|
||||
#Name: GLib
|
||||
#Description: C Utility Library
|
||||
Name: GLib
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lglib-1.3
|
||||
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
|
||||
|
Reference in New Issue
Block a user