Skip to content

Commit

Permalink
Fix meson function does not take positional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyaliang committed Feb 13, 2022
1 parent fe00805 commit 1cc46ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ subdir('mate-user-admin')
i18n = import('i18n')

i18n.merge_file(
'mate-user-admin-desktop',
input: 'mate-user-admin.desktop.in',
output: 'mate-user-admin.desktop',
install: true,
Expand All @@ -16,7 +15,6 @@ i18n.merge_file(
)
polkit = 'org.mate.user.admin.policy'
i18n.merge_file(
polkit,
input: polkit + '.in',
output: polkit,
po_dir: join_paths(meson.source_root(), 'po'),
Expand All @@ -26,7 +24,6 @@ i18n.merge_file(

appdata = 'mate-user-admin.appdata.xml'
i18n.merge_file(
polkit,
input: appdata + '.in',
output: appdata,
po_dir: join_paths(meson.source_root(), 'po'),
Expand Down
14 changes: 0 additions & 14 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,6 @@ sources = [
'user-language.c',
]

account_src = gnome.gdbus_codegen(
'account-generated',
'org.freedesktop.Accounts.xml',
interface_prefix : 'org.freedesktop.',
namespace : 'Admin'
)

account_user_src = gnome.gdbus_codegen(
'account-user-generated',
'org.freedesktop.Accounts.User.xml',
interface_prefix : 'org.freedesktop.',
namespace : 'Admin'
)

executable('mate-user-admin',
sources : sources,
dependencies : [gtk_deps, pwquality_deps, act_deps, gas_deps, crypt_deps, md_deps,polkit_deps,fc_deps],
Expand Down

1 comment on commit 1cc46ba

@kloczek
Copy link

@kloczek kloczek commented on 1cc46ba Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to make new release only because that fix.

Please sign in to comment.