diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-08 10:33:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-08 10:34:36 +0200 |
commit | dd68325ef3ac8c01036d859ba83d8e880bf34528 (patch) | |
tree | e0e4d4629220c42f04e310cbce15dd49c5094686 /vcl/Library_vclplug_gen.mk | |
parent | eb1afabe91f3d8df716587c2c58d164222bc14e8 (diff) |
Get build unstuck for now re missing glm/glm.hpp
Change-Id: I9fe14cc1e8b3a34142e6f08743fa619babdc8302
Diffstat (limited to 'vcl/Library_vclplug_gen.mk')
-rw-r--r-- | vcl/Library_vclplug_gen.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk index 859bc986a937..c250ca8ea142 100644 --- a/vcl/Library_vclplug_gen.mk +++ b/vcl/Library_vclplug_gen.mk @@ -52,6 +52,7 @@ $(eval $(call gb_Library_use_externals,vclplug_gen,\ cairo \ graphite \ glew \ + glm_headers \ harfbuzz \ icuuc \ valgrind \ |