~ztefn/haguichi/1.4

« back to all changes in this revision

Viewing changes to src/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:
113
113
    deps += granite_dep
114
114
endif
115
115
 
116
 
if get_option('use-libhandy')
117
 
    add_project_arguments(
118
 
        ['-D', 'USE_LIBHANDY'],
119
 
        language: 'vala'
120
 
    )
121
 
    deps += dependency('libhandy-1')
122
 
endif
123
 
 
124
116
if get_option('enable-wingpanel-indicator')
125
117
    add_project_arguments(
126
118
        ['-D', 'ENABLE_WINGPANEL_INDICATOR'],