[prog] add c dependencies for srandrd
This commit is contained in:
parent
2469bc7933
commit
cde8d98c7d
9
roles/prog/tasks/c.yml
Normal file
9
roles/prog/tasks/c.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
- name: install c libraries
|
||||||
|
apt:
|
||||||
|
name: [
|
||||||
|
libx11-dev,
|
||||||
|
libxrandr-dev,
|
||||||
|
libxinerama-dev
|
||||||
|
]
|
||||||
|
state: present
|
|
@ -5,3 +5,6 @@
|
||||||
- import_tasks: go.yml
|
- import_tasks: go.yml
|
||||||
tags:
|
tags:
|
||||||
- prog:go
|
- prog:go
|
||||||
|
- import_tasks: c.yml
|
||||||
|
tags:
|
||||||
|
- prog:c
|
||||||
|
|
Reference in a new issue