Kaydet (Commit) 68c2c865 authored tarafından Michael Stahl's avatar Michael Stahl

canvas: try to fix Android build

Change-Id: If90e026bb6f606ea448ff853d944c9bda7f1938a
üst 5d2c189a
......@@ -24,7 +24,6 @@ $(eval $(call gb_Module_add_targets,canvas,\
Library_canvastools \
Library_simplecanvas \
Library_vclcanvas \
Package_opengl \
))
ifeq ($(ENABLE_CAIRO_CANVAS),TRUE)
......@@ -36,6 +35,7 @@ endif
ifeq ($(ENABLE_OPENGL_CANVAS),TRUE)
$(eval $(call gb_Module_add_targets,canvas,\
Library_oglcanvas \
Package_opengl \
))
endif
......
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