[Libreoffice-commits] core.git: vcl/Executable_ui-previewer.mk

Tor Lillqvist tml at collabora.com
Mon Oct 6 01:05:24 PDT 2014


 vcl/Executable_ui-previewer.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f5cfed29b05184894ec6ad2d14f73bff0b5a2783
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Oct 6 11:03:20 2014 +0300

    ui-previewer needs the tk library, too
    
    Prevent ui-previewer from crashing. I have no idea why this is needed and how
    it works. Or why there is no useful or even useless warning or error message
    at all.
    
    Change-Id: I461a611a6646b1d6c524fc04624e6d780eb7282a

diff --git a/vcl/Executable_ui-previewer.mk b/vcl/Executable_ui-previewer.mk
index 444ded1..ab19caa 100644
--- a/vcl/Executable_ui-previewer.mk
+++ b/vcl/Executable_ui-previewer.mk
@@ -25,6 +25,7 @@ $(eval $(call gb_Executable_use_libraries,ui-previewer,\
 	cppu \
 	cppuhelper \
 	sal \
+	tk \
     tl \
     ucbhelper \
     vcl \


More information about the Libreoffice-commits mailing list