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
This commit is contained in:
parent
79f7c05d9e
commit
20fc0ed8fa
2 changed files with 3 additions and 5 deletions
|
@ -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,\
|
||||
|
|
Loading…
Reference in a new issue