From 44553c6410d5331460e86e32d35bb7bfe6196874 Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Mon, 28 Feb 2011 21:01:47 +0200 Subject: [PATCH] Link with X11 and Xext when building against Xorg --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a8091a01..4b86c4b5 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -224,7 +224,7 @@ if HAVE_X11 InputHandler += arch/InputHandler/InputHandler_X11.cpp arch/InputHandler/InputHandler_X11.h LowLevelWindow += arch/LowLevelWindow/LowLevelWindow_X11.cpp arch/LowLevelWindow/LowLevelWindow_X11.h LowLevelWindow += archutils/Unix/X11Helper.cpp archutils/Unix/X11Helper.h -LIBS += -lXrandr +LIBS += -lX11 -lXext -lXrandr endif # Platform-specific drivers: -- 2.11.0