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

Matthew J. Francis mjay.francis at gmail.com
Sat Oct 4 16:48:09 PDT 2014


 vcl/Executable_vcldemo.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0b7631bccb2a47ab71a0c1edbabe8a5892ff5f9c
Author: Matthew J. Francis <mjay.francis at gmail.com>
Date:   Sun Oct 5 07:36:00 2014 +0800

    vcl: Fix vcldemo linkage - was missing tk
    
    Change-Id: I74d395c0fdcbdb5117584af329e6a023414d46af
    Reviewed-on: https://gerrit.libreoffice.org/11806
    Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

diff --git a/vcl/Executable_vcldemo.mk b/vcl/Executable_vcldemo.mk
index fb29b9a..878ab62 100644
--- a/vcl/Executable_vcldemo.mk
+++ b/vcl/Executable_vcldemo.mk
@@ -25,6 +25,7 @@ $(eval $(call gb_Executable_set_include,vcldemo,\
 
 $(eval $(call gb_Executable_use_libraries,vcldemo,\
     tl \
+    tk \
     sal \
     vcl \
     cppu \


More information about the Libreoffice-commits mailing list