File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,10 @@ c_args = [
1515add_global_arguments (' -DGETTEXT_PACKAGE="@0@"' .format (meson .project_name()), language :' c' )
1616add_project_arguments (' -DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE' , language : ' c' )
1717
18- asresources = gnome.compile_resources(
19- ' as-resources' , ' data/' + meson .project_name() + ' .gresource.xml' ,
20- source_dir : ' data' ,
21- c_name : ' as'
22- )
23-
2418posix_dep = meson .get_compiler(' vala' ).find_library (' posix' )
2519
2620executable (
2721 meson .project_name(),
28- asresources,
2922 ' src/Application.vala' ,
3023 ' src/AppSettings.vala' ,
3124 ' src/Constants.vala' ,
@@ -50,3 +43,5 @@ executable(
5043
5144subdir (' data' )
5245subdir (' po' )
46+
47+ meson .add_install_script(' meson/post_install.py' )
You can’t perform that action at this time.
0 commit comments