summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-01 17:25:20 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-01 17:29:31 +0100
commit8d0b06a69ec0cabbab634241d0e0def323b8250e (patch)
tree20adfb5891f338ea18c425732af19d02f2b0982d /config_host.mk.in
parenttdf#96993: remove obsolete vertical mirror hack from PDF import (diff)
downloadcore-8d0b06a69ec0cabbab634241d0e0def323b8250e.tar.gz
core-8d0b06a69ec0cabbab634241d0e0def323b8250e.zip
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
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 0 insertions, 1 deletions
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@