From 8d0b06a69ec0cabbab634241d0e0def323b8250e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 1 Feb 2016 17:25:20 +0100 Subject: configure: remove ---disable-randr-link This looks obsolete, it was used in LibreOfficeLinux.conf since the beginning but in fact since LO 3.5 it was broken and the vclplug_gen was not actully dlopen()ing Xrandr.so but somehow magically "found" the symbols anyway. Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a --- config_host.mk.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index c9c7324d22b9..272182020987 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -643,7 +643,6 @@ export XCODEBUILD_SDK=@XCODEBUILD_SDK@ export XINERAMA_LINK=@XINERAMA_LINK@ export XMLLINT=@XMLLINT@ export XRANDR_CFLAGS=$(gb_SPACE)@XRANDR_CFLAGS@ -export XRANDR_DLOPEN=@XRANDR_DLOPEN@ export XRANDR_LIBS=$(gb_SPACE)@XRANDR_LIBS@ export XRENDER_CFLAGS=$(gb_SPACE)@XRENDER_CFLAGS@ export XRENDER_LIBS=$(gb_SPACE)@XRENDER_LIBS@ -- cgit