mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
make Xrandr check less noisy
2002-10-19 Jeremy Katz <katzj@redhat.com> * configure.in: make Xrandr check less noisy
This commit is contained in:
parent
70b6a57003
commit
c1a88f5457
@ -1,3 +1,7 @@
|
|||||||
|
2002-10-19 Jeremy Katz <katzj@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: make Xrandr check less noisy
|
||||||
|
|
||||||
2002-10-18 Havoc Pennington <hp@redhat.com>
|
2002-10-18 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/effects.c (meta_effects_draw_box_animation): call
|
* src/effects.c (meta_effects_draw_box_animation): call
|
||||||
|
@ -164,7 +164,8 @@ RANDR_LIBS=
|
|||||||
found_randr=false
|
found_randr=false
|
||||||
AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
|
AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
|
||||||
[AC_CHECK_HEADERS(X11/extensions/Xrandr.h,
|
[AC_CHECK_HEADERS(X11/extensions/Xrandr.h,
|
||||||
RANDR_LIBS=-lXrandr found_randr=true)],
|
RANDR_LIBS=-lXrandr, found_randr=true,
|
||||||
|
[#include <X11/Xlib.h>])],
|
||||||
, -lXrender $ALL_X_LIBS)
|
, -lXrender $ALL_X_LIBS)
|
||||||
|
|
||||||
if test "$found_randr" = "true"; then
|
if test "$found_randr" = "true"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user