mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
qt5: hook for selectively inhibiting qt5 builds
This commit is contained in:
parent
ed3187aa74
commit
7972e4587b
@ -4,6 +4,11 @@
|
||||
ifeq ($(QT5_IMPORTED),)
|
||||
QT5_IMPORTED = true
|
||||
|
||||
# hook for selectively skipping qt5 builds by the buildbot
|
||||
ifneq ($(INHIBIT_QT5),)
|
||||
REQUIRES += removal_of_INHIBIT_QT5_env_var
|
||||
endif
|
||||
|
||||
# identify the qt5 repository by searching for a file that is unique for qt5
|
||||
QT5_REP_DIR := $(call select_from_repositories,lib/import/import-qt5.inc)
|
||||
QT5_REP_DIR := $(realpath $(dir $(QT5_REP_DIR))../..)
|
||||
|
Loading…
x
Reference in New Issue
Block a user