Fix build when no fontconfig
The x11 native painting experimental feature requires fontconfig to build, so add that dependency to configure. Task-number: QTBUG-62121 Change-Id: Iac79c17fdeaef06b2e075dc34fe554c0e7c56edf Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>bb10
parent
9312ec54db
commit
123741b64c
|
|
@ -1217,7 +1217,7 @@
|
|||
"xcb-native-painting": {
|
||||
"label": "Native painting (experimental)",
|
||||
"emitIf": "features.xcb",
|
||||
"condition": "features.xcb-xlib && libs.xrender",
|
||||
"condition": "features.xcb-xlib && features.fontconfig && libs.xrender",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
"xrender": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue