Skip to content

Commit

Permalink
Use XRDP_CFLAGS instead of generating xrdp/pkgconfig/xrdp-uninstalled.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
proski authored and metalefty committed Mar 24, 2017
1 parent 52e6f67 commit bcb10db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -18,15 +18,14 @@ addons:

env:
global:
- PKG_CONFIG_PATH=`pwd`/xrdp/pkgconfig
- XRDP_CFLAGS=-I`pwd`/xrdp/common
matrix:
- CONF_FLAGS="" DISTCHECK=1
- CONF_FLAGS="--without-simd"
- CONF_FLAGS="--host=i686-linux" CFLAGS=-m32 XFAIL_TESTS=xorg-test-run.sh

install:
- git clone --depth 1 --branch=devel https://github.com/neutrinolabs/xrdp.git xrdp
&& sed -e 's/@VERSION@/0.9.0/g' -e "s,@abs_top_srcdir@,`pwd`/xrdp,g" xrdp/pkgconfig/xrdp-uninstalled.pc.in >xrdp/pkgconfig/xrdp-uninstalled.pc

script:
- ./bootstrap
Expand Down

0 comments on commit bcb10db

Please sign in to comment.