Skip to content

Commit

Permalink
meson: Remove orphan vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeedali committed Dec 25, 2023
1 parent 367e7ee commit 2e04423
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion data/resources/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ blueprints = custom_target('blueprints',
command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],
)

resources = gnome.compile_resources(
gnome.compile_resources(
'resources',
'resources.gresource.xml',
dependencies: blueprints,
Expand Down
6 changes: 0 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,9 @@ moduledir = join_paths(pkgdatadir, meson.project_name())
if get_option('profile') == 'development'
profile = 'Devel'
vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
if vcs_tag == ''
version_suffix = '-devel'
else
version_suffix = '-@0@'.format(vcs_tag)
endif
application_id = '@0@.@1@'.format(base_id, profile)
else
profile = ''
version_suffix = ''
application_id = base_id
endif

Expand Down

0 comments on commit 2e04423

Please sign in to comment.