@@ -33,6 +33,14 @@ PATCHES = qt4_genode.patch \
|
||||
qt4_renderwidget.patch \
|
||||
qt4_include_time_h.patch
|
||||
|
||||
#
|
||||
# Utility to check if a tool is installed
|
||||
#
|
||||
check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.))
|
||||
|
||||
$(call check_tool,wget)
|
||||
$(call check_tool,patch)
|
||||
|
||||
help:
|
||||
$(ECHO)
|
||||
$(ECHO) "Prepare the Qt4 repository"
|
||||
|
||||
Reference in New Issue
Block a user