summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-29 08:25:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-29 08:25:38 +0300
commit20fc0ed8fa5765d3e13e5351c03993c3ff6c2732 (patch)
tree1df9dde452d39998473ac252b791ff661d1e5847
parent79f7c05d9e7de5b6a695363491a56e56e628d09b (diff)
Build libchartopengl for all platforms
That doesn't mean it would need to be used on iOS or Android, if we don't need/want to. Change-Id: Ia6ac6f32cac3f6958f5ec240ec4be369474edfb8
-rw-r--r--Repository.mk2
-rw-r--r--chart2/Module_chart2.mk6
2 files changed, 3 insertions, 5 deletions
diff --git a/Repository.mk b/Repository.mk
index 589d49aab686..46d2783786e4 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -221,7 +221,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
canvastools \
chartcore \
chartcontroller \
- $(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)),chartopengl) \
+ chartopengl \
$(if $(filter $(OS),MACOSX WNT),,cmdmail) \
cppcanvas \
configmgr \
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index dba950679e9d..16a74a1f67c0 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -12,10 +12,8 @@ $(eval $(call gb_Module_Module,chart2))
$(eval $(call gb_Module_add_targets,chart2,\
Library_chartcontroller \
Library_chartcore \
- $(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)), \
- Library_chartopengl \
- Package_opengl \
- ) \
+ Library_chartopengl \
+ Package_opengl \
))
$(eval $(call gb_Module_add_l10n_targets,chart2,\