
Remove xext and xft as a dependency since they are not currently used and probably haven't been used a while. Also remove freetype2 from the pkg-config list, while it is required by pangocairo it should be included from the pkg-config --cflags call.
18 lines
455 B
YAML
18 lines
455 B
YAML
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y libdbus-1-dev libx11-dev libxinerama-dev libxss-dev libxdg-basedir-dev libglib2.0-dev libpango1.0-dev libcairo2-dev libnotify-dev libgtk2.0-dev
|
|
dist: trusty
|
|
sudo: required
|
|
language: c
|
|
script: make && make test
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#dunst"
|
|
on_success: always
|
|
on_failure: always
|