File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ if let version = getGtk4MinorVersion() {
4949 var gtkExampleDependencies : [ Target . Dependency ] = [ " Gtk " ]
5050 exampleDependencies. append ( " GtkBackend " )
5151 backendTargets. append ( " GtkBackend " )
52+ fileViewerExampleDependencies. append ( " GtkBackend " )
5253
5354 // Conditionally enable features that rely on Gtk 4.10
5455 if version >= 10 {
@@ -57,7 +58,8 @@ if let version = getGtk4MinorVersion() {
5758 )
5859
5960 gtkExampleDependencies. append ( " FileDialog " )
60- fileViewerExampleDependencies. append ( contentsOf: [ " GtkBackend " , " FileDialog " ] )
61+ fileViewerExampleDependencies. append ( " FileDialog " )
62+ fileViewerExampleDependencies. append ( " CGtk " )
6163 gtkSwiftSettings. append ( . define( " GTK_4_10_PLUS " ) )
6264 }
6365
You can’t perform that action at this time.
0 commit comments