qt-base: fix-build without opengl (#40421)
This commit is contained in:
parent
26136c337f
commit
1ab8886695
@ -235,6 +235,9 @@ def define_feature(key, variant=None):
|
||||
for k in features:
|
||||
define("FEATURE_" + k, True)
|
||||
|
||||
if "~opengl" in spec:
|
||||
args.append(self.define("INPUT_opengl", "no"))
|
||||
|
||||
# INPUT_* arguments: undefined/no/qt/system
|
||||
sys_inputs = ["doubleconversion"]
|
||||
if "+sql" in spec:
|
||||
|
Loading…
Reference in New Issue
Block a user