fixed missing $X_CFLAGS setup in case x11.pc is present.

Mon Nov  7 16:15:16 2005  Tim Janik  <timj@imendio.com>

        * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
This commit is contained in:
Tim Janik 2005-11-07 15:17:13 +00:00 committed by Tim Janik
parent 57904c8ce6
commit 30ddf7deed
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Nov 7 16:15:16 2005 Tim Janik <timj@imendio.com>
* configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
2005-11-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Adjust to the stock icon changes.

View File

@ -1,3 +1,7 @@
Mon Nov 7 16:15:16 2005 Tim Janik <timj@imendio.com>
* configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
2005-11-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Adjust to the stock icon changes.

View File

@ -1049,6 +1049,7 @@ if test "x$gdktarget" = "xx11"; then
have_base_x_pc=true
X_PACKAGES="$X_PACKAGES x11 xext"
x_libs="`pkg-config --libs x11 xext`"
X_CFLAGS="`pkg-config --cflags x11 xext`"
# Strip out any .la files that pkg-config might give us (this happens
# with -uninstalled.pc files)