mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
fix the X linker flags
2002-03-08 Laszlo Peter <laca@ireland.sun.com> * configure.in: fix the X linker flags
This commit is contained in:
parent
c89be4ac8a
commit
5e8ceda7e7
@ -1,3 +1,7 @@
|
||||
2002-03-08 Laszlo Peter <laca@ireland.sun.com>
|
||||
|
||||
* configure.in: fix the X linker flags
|
||||
|
||||
2002-03-06 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/core.c (meta_core_get_grab_frame): add some assertions
|
||||
|
@ -92,7 +92,7 @@ CFLAGS="$METACITY_CFLAGS $CFLAGS"
|
||||
|
||||
AC_PATH_XTRA
|
||||
|
||||
METACITY_LIBS="$X_LIBS $METACITY_LIBS"
|
||||
METACITY_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $METACITY_LIBS"
|
||||
|
||||
found_sm=false
|
||||
case "$METACITY_LIBS" in
|
||||
|
Loading…
Reference in New Issue
Block a user