mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
add the X libs to METACITY_MESSAGE_LIBS and METACITY_WINDOW_DEMO_LIBS
2002-05-03 Laszlo Peter <laca@sun.com> * configure.in: add the X libs to METACITY_MESSAGE_LIBS and METACITY_WINDOW_DEMO_LIBS
This commit is contained in:
parent
559f6e8f19
commit
c56914dd5d
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-03 Laszlo Peter <laca@sun.com>
|
||||||
|
|
||||||
|
* configure.in: add the X libs to METACITY_MESSAGE_LIBS and
|
||||||
|
METACITY_WINDOW_DEMO_LIBS
|
||||||
|
|
||||||
2002-05-02 Havoc Pennington <hp@redhat.com>
|
2002-05-02 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* README: updates
|
* README: updates
|
||||||
|
@ -105,6 +105,8 @@ if test "$found_xinerama" = "true"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
METACITY_LIBS="$XINERAMA_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $METACITY_LIBS"
|
METACITY_LIBS="$XINERAMA_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $METACITY_LIBS"
|
||||||
|
METACITY_MESSAGE_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $METACITY_MESSAGE_LIBS"
|
||||||
|
METACITY_WINDOW_DEMO_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $METACITY_WINDOW_DEMO_LIBS"
|
||||||
|
|
||||||
found_sm=false
|
found_sm=false
|
||||||
case "$METACITY_LIBS" in
|
case "$METACITY_LIBS" in
|
||||||
|
Loading…
Reference in New Issue
Block a user