diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-01 17:25:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-01 17:29:31 +0100 |
commit | 8d0b06a69ec0cabbab634241d0e0def323b8250e (patch) | |
tree | 20adfb5891f338ea18c425732af19d02f2b0982d /RepositoryExternal.mk | |
parent | f8058b556d7ef23098bf6265f41e3f01f0529879 (diff) |
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 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 929bdcc47a3e..31847d38ecec 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3230,8 +3230,6 @@ endif # ENABLE_EOT ifeq ($(USING_X11), TRUE) -ifeq ($(XRANDR_DLOPEN),FALSE) - define gb_LinkTarget__use_Xrandr $(call gb_LinkTarget_set_include,$(1),\ $$(INCLUDE) \ @@ -3243,16 +3241,6 @@ $(call gb_LinkTarget_add_libs,$(1),\ ) endef -else # XRANDR_DLOPEN - -define gb_LinkTarget__use_Xrandr -$(call gb_LinkTarget_add_defs,$(1),\ - -DXRANDR_DLOPEN \ -) -endef - -endif # XRANDR_DLOPEN - define gb_LinkTarget__use_Xrender $(call gb_LinkTarget_set_include,$(1),\ $$(INCLUDE) \ |