Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang
2005-04-07 Matthias Clasen <mclasen@redhat.com> * configure.in: Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
This commit is contained in:
committed by
Matthias Clasen
parent
644c33a496
commit
471ea94975
@@ -1,5 +1,8 @@
|
||||
2005-04-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Replace an explicit pkg-config by
|
||||
$PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
|
||||
|
||||
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
|
||||
Ignore regions which fall completely outside the line.
|
||||
(#165862, Felipe Heidrich)
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
2005-04-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Replace an explicit pkg-config by
|
||||
$PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
|
||||
|
||||
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
|
||||
Ignore regions which fall completely outside the line.
|
||||
(#165862, Felipe Heidrich)
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
2005-04-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Replace an explicit pkg-config by
|
||||
$PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
|
||||
|
||||
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
|
||||
Ignore regions which fall completely outside the line.
|
||||
(#165862, Felipe Heidrich)
|
||||
|
||||
@@ -1076,7 +1076,7 @@ if test "x$gdktarget" = "xx11"; then
|
||||
|
||||
if test $pango_omitted_x_deps = yes ; then
|
||||
# Old versions of Xft didn't necessarily include -lX11 in the output
|
||||
x_libs="`pkg-config --libs xft` -lX11 $X_EXTRA_LIBS"
|
||||
x_libs="`$PKG_CONFIG --libs xft` -lX11 $X_EXTRA_LIBS"
|
||||
fi
|
||||
|
||||
## Strip the .la files
|
||||
|
||||
Reference in New Issue
Block a user