summaryrefslogtreecommitdiffstats
path: root/chart2/Module_chart2.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-03 17:06:55 +0100
committerTor Lillqvist <tml@collabora.com>2014-02-03 17:48:26 +0100
commit26cb65db74d67fc2561a495018d0f580c31202bc (patch)
tree4cc27b162370eb7fcbbeca81b82b33d037ad7bb0 /chart2/Module_chart2.mk
parentBin silly inline versioning comments (diff)
downloadcore-26cb65db74d67fc2561a495018d0f580c31202bc.tar.gz
core-26cb65db74d67fc2561a495018d0f580c31202bc.zip
Make the OpenGL stuff in chart2 compile for OS X (but definitely won't work)
Change-Id: I487fcd12bf90e8ce2c05743244858f7b5145c355
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r--chart2/Module_chart2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index 9d6e0191effa..611e699705a9 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -12,7 +12,7 @@ $(eval $(call gb_Module_Module,chart2))
$(eval $(call gb_Module_add_targets,chart2,\
Library_chartcontroller \
Library_chartcore \
- $(if $(filter LINUX FREEBSD WNT,$(OS)), \
+ $(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)), \
Library_chartopengl \
Package_opengl \
) \