From 41f37613ec6a14fb8b3357e2dc0323116bf8439b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:37:48 +0100 Subject: =?UTF-8?q?Derive=20Fl=5FZenity=5FNative=5FFile=5FChooser=5FDriver?= =?UTF-8?q?=20from=20Fl=5FKdialog=5FNative=5F=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add Fl::option(OPTION_FNFC_USES_ZENITY) --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d8640f2b5..819cd7b9b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -277,6 +277,7 @@ XLIBCPPFILES = \ Fl_Native_File_Chooser_FLTK.cxx \ Fl_Native_File_Chooser_GTK.cxx\ Fl_Native_File_Chooser_Kdialog.cxx \ + Fl_Native_File_Chooser_Zenity.cxx \ Fl_get_key.cxx # These graphics driver files are used under condition: BUILD_CAIRO @@ -299,6 +300,7 @@ WLCPPFILES = \ Fl_Native_File_Chooser_FLTK.cxx \ Fl_Native_File_Chooser_GTK.cxx \ Fl_Native_File_Chooser_Kdialog.cxx \ + Fl_Native_File_Chooser_Zenity.cxx \ drivers/Posix/Fl_Posix_System_Driver.cxx \ drivers/Unix/Fl_Unix_System_Driver.cxx \ drivers/Unix/Fl_Unix_Screen_Driver.cxx \ -- cgit v1.2.3