]> git.pld-linux.org Git - packages/openhpi.git/blob - openhpi-glib.patch
- merged from DEVEL
[packages/openhpi.git] / openhpi-glib.patch
1 --- openhpi-0.6.0/openhpi.pc.in.orig    2003-11-25 16:33:07.000000000 +0100
2 +++ openhpi-0.6.0/openhpi.pc.in 2004-03-27 19:11:49.635128520 +0100
3 @@ -6,6 +6,6 @@
4  Name: OpenHPI
5  Description: Implementation of SA Forum's Hardware Platform Interface
6  Version: @VERSION@
7 -Requires: glib
8 +Requires: @GLIB@
9  Libs: -L${libdir} -l@HPI_PKG@
10  Cflags: -I${includedir}/@HPI_PKG@ 
11 --- openhpi-0.6.0/configure.ac.orig     2004-03-19 23:14:34.000000000 +0100
12 +++ openhpi-0.6.0/configure.ac  2004-03-27 19:15:09.014818200 +0100
13 @@ -88,6 +88,7 @@
14  *** unsupported GLIB $GLIB_REQUIRED_VERSION. The latest version of
15  *** GLIB is always available from ftp://ftp.gtk.org/.])
16  esac
17 +AC_SUBST(GLIB)
18  
19  if pkg-config --atleast-version $GLIB_REQUIRED_VERSION $GLIB; then
20     :
This page took 0.080198 seconds and 3 git commands to generate.