System File Chooser: Linux: cross-compile native library for ARM64 on x86_64 Linux

This commit is contained in:
Karl Tauber
2025-01-19 16:11:42 +01:00
parent 0a4c01cd40
commit d524536575
8 changed files with 96 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ public class FlatSystemFileChooserLinuxTest
}
FlatTestFrame frame = FlatTestFrame.create( args, "FlatSystemFileChooserLinuxTest" );
addListeners( frame );
// addListeners( frame );
frame.showFrame( FlatSystemFileChooserLinuxTest::new );
} );
}
@@ -134,6 +134,8 @@ public class FlatSystemFileChooserLinuxTest
return true;
};
System.out.println( FlatNativeLinuxLibrary.isGtk3Available() );
if( direct ) {
String[] files = FlatNativeLinuxLibrary.showFileChooser( owner, open,
title, okButtonLabel, currentName, currentFolder,