diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-24 21:09:14 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 14:36:43 +0200 |
commit | 8d62893e7a4f38af2872a0c80d9ebed5f7bacf76 (patch) | |
tree | 35b115c07aaff448e4bffa7dbfeba100b930995b /basegfx | |
parent | dddf205a610467c885e38180ade0c7d5e0755c33 (diff) |
basegfx needs o3tl headers
Change-Id: Icdd490639de136ea866d6ef43016befefeb06604
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/Library_basegfx.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 64e5a10c3aa1..6646eb154156 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -28,7 +28,10 @@ $(eval $(call gb_Library_Library,basegfx)) -$(eval $(call gb_Library_use_package,basegfx,basegfx_inc)) +$(eval $(call gb_Library_use_packages,basegfx,\ + basegfx_inc \ + o3tl_inc \ +)) $(eval $(call gb_Library_set_include,basegfx,\ -I$(SRCDIR)/basegfx/inc \ |