summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,\