diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2013-12-23 17:19:46 +0000 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-01-29 08:09:17 +0100 |
commit | d082e4fc38b6ab649da911672bcc94b2ba63b225 (patch) | |
tree | 5fb30dbef53255d3343102ac3087ad2dd146b791 /chart2/Module_chart2.mk | |
parent | 097e67c758a5bef7ed430776c985819ab5993158 (diff) |
Revert "disable building the OpenGL pieces"
This reverts commit 449157cae77fc6a1b2a96f53d78d7a93cb33436d.
Re-enable building the OpenGL pieces and limit it to Windows, Linux and
FreeBSD
Conflicts:
chart2/Module_chart2.mk
Change-Id: I9edaaad4244b3c2c2b1174d91f57464dad69f214
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r-- | chart2/Module_chart2.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index a7751e9e18be..f610a036b939 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -12,6 +12,9 @@ $(eval $(call gb_Module_Module,chart2)) $(eval $(call gb_Module_add_targets,chart2,\ Library_chartcontroller \ Library_chartcore \ + $(if $(filter LINUX FREEBSD WNT,$(OS)), \ + Library_chartopengl \ + ) \ )) $(eval $(call gb_Module_add_l10n_targets,chart2,\ |