Skip to content
Snippets Groups Projects

meson: define dummy variable for unconditional definition

Open Ankit Meel requested to merge ankitm/vlc:fix/pulse_Error into master
2 unresolved threads

Since vlc_pulse unconditionally depends on libvlc_pulse which is defined only if pulse_dep is found. So add a dummy.

Edited by Ankit Meel

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
168 169 link_with: [vlc_libcompat],
169 170 )
170 171 else
171 172 libvlc_pulse = disabler()
  • 168 169 link_with: [vlc_libcompat],
    169 170 )
    170 171 else
    171 172 libvlc_pulse = disabler()
  • added MRStatus::Stale label and removed MRStatus::InReview label

  • Please register or sign in to reply
    Loading