forked from AuroraMiddleware/gtk
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:
parent
57904c8ce6
commit
30ddf7deed
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user