~ztefn/haguichi/1.4

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: Stephen Brandt
  • Date: 2023-10-21 16:47:20 UTC
  • Revision ID: git-v1:58aa13c43fa59da1ba0fa57203fcd309fd0b56a1
Fix styles for popovers in elementary stylesheet

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
app_id      = 'com.github.ztefn.' + app_name
11
11
app_version = meson.project_version()
12
12
 
13
 
if get_option('use-rdnn-everywhere')
 
13
if get_option('use-rdnn-everywhere') or get_option('for-elementary')
14
14
    pkg_name = app_id
15
15
else
16
16
    pkg_name = app_name