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

Skip Executable_canvasdemo unless DESKTOP

For example, we don't build the vclmain library for non-DESKTOP.

Change-Id: I01a1bcd6387e86c60e5543fcb8009fd1df914a20
üst 1cbcaebc
......@@ -24,7 +24,8 @@ $(eval $(call gb_Module_add_targets,canvas,\
Library_canvastools \
Library_simplecanvas \
Library_vclcanvas \
$(if $(DISABLE_GUI),,Executable_canvasdemo) \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
$(if $(DISABLE_GUI),,Executable_canvasdemo)) \
))
ifeq ($(ENABLE_CAIRO_CANVAS),TRUE)
......
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