From: Toni Spets Date: Mon, 28 Feb 2011 19:01:47 +0000 (+0200) Subject: Link with X11 and Xext when building against Xorg X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=44553c6410d5331460e86e32d35bb7bfe6196874;p=openitg.git Link with X11 and Xext when building against Xorg --- 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: