forked from jonls/redshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated geoclue 1 location provider
- Loading branch information
Showing
11 changed files
with
60 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,38 @@ | ||
dist: trusty | ||
sudo: required | ||
|
||
language: c | ||
before_install: | ||
- sed -i -e 's|AC_PREREQ(\[2.69\])|AC_PREREQ([2.68])|' configure.ac | ||
- sudo apt-get update -qq | ||
install: | ||
- sudo apt-get install -qq autopoint intltool | ||
- sudo apt-get install -qq libdrm-dev | ||
- sudo apt-get install -qq libxcb1-dev libxcb-randr0-dev | ||
- sudo apt-get install -qq libx11-dev libxxf86vm-dev | ||
- sudo apt-get install -qq libgeoclue-dev | ||
- sudo apt-get install -qq libglib2.0-dev | ||
- sudo apt-get install -qq python3 | ||
script: ./bootstrap && ./configure --enable-drm --enable-vidmode --enable-randr --enable-geoclue --enable-geoclue2 --enable-gui && make -j2 distcheck | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
compiler: gcc | ||
dist: trusty | ||
sudo: false | ||
# - os: osx | ||
# compiler: clang | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- autopoint | ||
- intltool | ||
# DRM | ||
- libdrm-dev | ||
# RANDR | ||
- libxcb1-dev | ||
- libxcb-randr0-dev | ||
# VidMode | ||
- libx11-dev | ||
- libxxf86vm-dev | ||
# GeoClue2 | ||
- libglib2.0-dev | ||
# GUI | ||
- python3 | ||
|
||
install: | | ||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then | ||
brew install gettext | ||
brew install intltool | ||
fi | ||
script: | | ||
./bootstrap && ./configure --enable-drm --enable-vidmode --enable-randr --enable-geoclue2 --enable-gui && make -j2 distcheck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.