summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-09 21:19:16 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:13 +0200
commit6ec243f58d992ae9458c2ccd81f08a3d0ccf59bf (patch)
tree07c2342c5dae4a7e37b27d139be8adecac0c637b /Repository.mk
parent1c70dc6fa267078aa3b0ed716b5a2c7f7d267163 (diff)
register uwinapi for URE layer (auto-install it while at it)
Hopefully the VERSION_INDEPENDENT_COMP_ID is not actually important? Change-Id: Iad6e4eacffddf630768d89dbed391839144115ca
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Repository.mk b/Repository.mk
index d1f2db0b1b95..df62e78dd902 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -453,6 +453,9 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
unsafe_uno \
$(if $(URELIBS),urelibs) \
$(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
+ $(if $(filter $(OS),WNT), \
+ uwinapi \
+ ) \
))
$(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
@@ -563,9 +566,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
$(if $(filter $(OS),ANDROID), \
lo-bootstrap \
) \
- $(if $(filter $(OS),WNT), \
- uwinapi \
- ) \
))
ifeq ($(OS),WNT)