Kaydet (Commit) 20fc0ed8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 79f7c05d
......@@ -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 \
......
......@@ -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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment