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:
Laszlo Peter 2002-05-03 11:40:04 +00:00 committed by László PÉTER
parent 559f6e8f19
commit c56914dd5d
2 changed files with 7 additions and 0 deletions

View File

@ -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>
* README: updates

View File

@ -105,6 +105,8 @@ if test "$found_xinerama" = "true"; then
fi
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
case "$METACITY_LIBS" in