diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 6 | ||||
-rw-r--r-- | pango.pc.in | 2 | ||||
-rw-r--r-- | pangox.pc.in | 2 |
9 files changed, 44 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2000-08-11 Havoc Pennington <hp@redhat.com> + + * pangox.pc.in (Cflags): remove /usr/include + + * pango.pc.in (Cflags): remove /usr/include + 2000-08-08 Elliot Lee <sopwith@redhat.com> * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 6caa4bc4..467d701b 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,9 @@ +2000-08-11 Havoc Pennington <hp@redhat.com> + + * pangox.pc.in (Cflags): remove /usr/include + + * pango.pc.in (Cflags): remove /usr/include + 2000-08-08 Elliot Lee <sopwith@redhat.com> * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 6caa4bc4..467d701b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,9 @@ +2000-08-11 Havoc Pennington <hp@redhat.com> + + * pangox.pc.in (Cflags): remove /usr/include + + * pango.pc.in (Cflags): remove /usr/include + 2000-08-08 Elliot Lee <sopwith@redhat.com> * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 6caa4bc4..467d701b 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,9 @@ +2000-08-11 Havoc Pennington <hp@redhat.com> + + * pangox.pc.in (Cflags): remove /usr/include + + * pango.pc.in (Cflags): remove /usr/include + 2000-08-08 Elliot Lee <sopwith@redhat.com> * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 6caa4bc4..467d701b 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,9 @@ +2000-08-11 Havoc Pennington <hp@redhat.com> + + * pangox.pc.in (Cflags): remove /usr/include + + * pango.pc.in (Cflags): remove /usr/include + 2000-08-08 Elliot Lee <sopwith@redhat.com> * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 6caa4bc4..467d701b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,9 @@ +2000-08-11 Havoc Pennington <hp@redhat.com> + + * pangox.pc.in (Cflags): remove /usr/include + + * pango.pc.in (Cflags): remove /usr/include + 2000-08-08 Elliot Lee <sopwith@redhat.com> * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 6caa4bc4..467d701b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,9 @@ +2000-08-11 Havoc Pennington <hp@redhat.com> + + * pangox.pc.in (Cflags): remove /usr/include + + * pango.pc.in (Cflags): remove /usr/include + 2000-08-08 Elliot Lee <sopwith@redhat.com> * modules/arabic/arabic.c: #include <string.h> * pango/modules.c: Fix incorrect list rearrangement. diff --git a/pango.pc.in b/pango.pc.in index 0e0d09b2..a774a46e 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -8,6 +8,6 @@ Description: Internationalized text handling Version: @VERSION@ Requires: fribidi,gobject-2.0,gmodule-2.0 Libs: -L${libdir} -lpango -Cflags: -I${includedir} +Cflags: diff --git a/pangox.pc.in b/pangox.pc.in index 96aea585..7ecf6b24 100644 --- a/pangox.pc.in +++ b/pangox.pc.in @@ -8,5 +8,5 @@ Description: X Window System font support for Pango Version: @VERSION@ Requires: pango Libs: -L${libdir} -lpangox @X_LIBS@ -Cflags: -I${includedir} +Cflags: |