From 20fc0ed8fa5765d3e13e5351c03993c3ff6c2732 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 29 Apr 2014 08:25:38 +0300 Subject: 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 --- chart2/Module_chart2.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chart2/Module_chart2.mk') 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,\ -- cgit v1.2.3