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 /Repository.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 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 7066001679bc..8e547579cd6d 100644 --- a/Repository.mk +++ b/Repository.mk @@ -222,6 +222,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ canvastools \ chartcore \ chartcontroller \ + chartopengl \ $(if $(filter $(OS),WNT),,cmdmail) \ cppcanvas \ configmgr \ |