Skip to content

Commit

Permalink
Buster: include libbluray-dev. Closes #13477
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Meek <billmeek@mythtv.org>
  • Loading branch information
MikeB2013 authored and Bill Meek committed Aug 23, 2019
1 parent 785c912 commit 842c5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mythtv-deb/tasks/main.yml
Expand Up @@ -91,7 +91,7 @@
- '{{ deb_pkg_lst }}'
- libbluray-dev
- libx265-dev
when: ansible_distribution == "Debian" and (ansible_lsb.major_release|int == 9 or ansible_lsb.release == "testing")
when: ansible_distribution == "Debian" and (ansible_lsb.major_release|int >= 9 or ansible_lsb.release == "testing")

- name: add mythtv extra build libraries (Ubuntu 16.04 and later)
set_fact:
Expand Down

0 comments on commit 842c5be

Please sign in to comment.