mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
put -lXext in Xrandr check, bug #115996
2003-09-29 Havoc Pennington <hp@redhat.com> * configure.in: put -lXext in Xrandr check, bug #115996
This commit is contained in:
parent
89ca4aab3d
commit
f7c04aff1e
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-29 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: put -lXext in Xrandr check, bug #115996
|
||||||
|
|
||||||
2003-09-29 Havoc Pennington <hp@redhat.com>
|
2003-09-29 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/wm-tester/test-size-hints.c: a little program to test size
|
* src/wm-tester/test-size-hints.c: a little program to test size
|
||||||
|
@ -267,7 +267,7 @@ AC_CHECK_LIB(Xrandr, XRRUpdateConfiguration,
|
|||||||
[AC_CHECK_HEADER(X11/extensions/Xrandr.h,
|
[AC_CHECK_HEADER(X11/extensions/Xrandr.h,
|
||||||
RANDR_LIBS=-lXrandr found_randr=yes,,
|
RANDR_LIBS=-lXrandr found_randr=yes,,
|
||||||
[#include <X11/Xlib.h>])],
|
[#include <X11/Xlib.h>])],
|
||||||
, -lXrender $ALL_X_LIBS)
|
, -lXrender -lXext $ALL_X_LIBS)
|
||||||
|
|
||||||
if test "x$found_randr" = "xyes"; then
|
if test "x$found_randr" = "xyes"; then
|
||||||
AC_DEFINE(HAVE_RANDR, , [Have the Xrandr extension library])
|
AC_DEFINE(HAVE_RANDR, , [Have the Xrandr extension library])
|
||||||
|
Loading…
Reference in New Issue
Block a user