diff options
author | Akash Jain <akash96j@gmail.com> | 2016-06-14 13:12:12 +0530 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-18 20:41:28 +0200 |
commit | f8fdd44839ad39b5610b430d139bcb2a526e0012 (patch) | |
tree | 75196d27e3feeb0a792f2e8252658710ed03068f /vcl/Library_vcl.mk | |
parent | 2d95ec38742657de16ff83d649016903557eb479 (diff) |
GSoC: Move scrptrun header and source file out of unx
Scrptrun class will be used by the new layout engine for script
itemisation. It will need to be compiled on all platforms. Therefore
move the header and source file to vcl/inc/ and vcl/source/gdi/
respectively.
Change-Id: If4e1e0e76ffb94f9d0ca08f7d5f9982dd907c1c6
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 19a6f5285932..a0dfee3e551b 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -302,6 +302,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/gdi/textlayout \ vcl/source/gdi/virdev \ vcl/source/gdi/wall \ + vcl/source/gdi/scrptrun \ vcl/source/bitmap/bitmapfilter \ vcl/source/bitmap/bitmapscalesuper \ vcl/source/bitmap/BitmapScaleConvolution \ @@ -564,7 +565,6 @@ vcl_headless_freetype_code=\ vcl/unx/generic/glyphs/freetype_glyphcache \ vcl/unx/generic/glyphs/gcach_layout \ vcl/unx/generic/glyphs/glyphcache \ - vcl/unx/generic/glyphs/scrptrun \ vcl/unx/generic/fontmanager/fontsubst \ vcl/unx/generic/fontmanager/fontcache \ vcl/unx/generic/fontmanager/fontconfig \ |