Skip to content

Commit a3f5911

Browse files
committed
Add missing file
1 parent 2d4ea61 commit a3f5911

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

meson.build

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@ c_args = [
1515
add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format (meson.project_name()), language:'c')
1616
add_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-
2418
posix_dep = meson.get_compiler('vala').find_library('posix')
2519

2620
executable(
2721
meson.project_name(),
28-
asresources,
2922
'src/Application.vala',
3023
'src/AppSettings.vala',
3124
'src/Constants.vala',
@@ -50,3 +43,5 @@ executable(
5043

5144
subdir('data')
5245
subdir('po')
46+
47+
meson.add_install_script('meson/post_install.py')

0 commit comments

Comments
 (0)