mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gio/tests/meson: Add basic-application as prerequisite of gapplication
It's currently commented code, but in any case it's better to build it earlier
This commit is contained in:
@@ -402,7 +402,10 @@ if host_machine.system() != 'windows'
|
||||
'extra_sources' : [extra_sources, gdbus_test_codegen_generated_min_required_2_64, gdbus_test_codegen_generated_interface_info],
|
||||
'c_args' : ['-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_64'],
|
||||
},
|
||||
'gapplication' : {'extra_sources' : extra_sources},
|
||||
'gapplication' : {
|
||||
'extra_sources' : extra_sources,
|
||||
'extra_programs': ['basic-application'],
|
||||
},
|
||||
}
|
||||
|
||||
if not glib_have_cocoa
|
||||
|
Reference in New Issue
Block a user