[prog] add c dependencies for srandrd

master
Simon Bruder 2018-10-28 09:48:47 +00:00
parent 2469bc7933
commit cde8d98c7d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 12 additions and 0 deletions

9
roles/prog/tasks/c.yml Normal file
View File

@ -0,0 +1,9 @@
---
- name: install c libraries
apt:
name: [
libx11-dev,
libxrandr-dev,
libxinerama-dev
]
state: present

View File

@ -5,3 +5,6 @@
- import_tasks: go.yml
tags:
- prog:go
- import_tasks: c.yml
tags:
- prog:c