From 6c364ec3cff824f08e0dd8608db7d761f21ca8e2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 3 Dec 2018 16:15:59 +0000 Subject: Require pkg-config 0.28, for PKG_PROG_PKG_CONFIG Signed-off-by: Simon McVittie --- .travis.yml | 3 +-- NEWS | 4 ++++ configure.ac | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a0568a..a4f1539 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ # SOFTWARE. sudo: required -dist: trusty +dist: xenial language: c script: - ./tools/ci-install.sh @@ -30,7 +30,6 @@ script: env: - ci_variant=production - ci_variant=debug - - ci_docker=ubuntu:xenial ci_distro=ubuntu ci_suite=xenial - ci_docker=debian:jessie-slim ci_distro=debian ci_suite=jessie - ci_docker=debian:stretch-slim ci_distro=debian ci_suite=stretch diff --git a/NEWS b/NEWS index 144c36e..4ba1408 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues ("dbus-glib#nnn") and merge requests ("dbus-glib!nnn"). See README and CONTRIBUTING.md for more details. +Dependencies: + +• pkg-config 0.28 is required when building from git + Enhancements: • Rewrite CONTRIBUTING.md document, based on Wayland's equivalent diff --git a/configure.ac b/configure.ac index 8be3147..ee67217 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,8 @@ AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) +m4_ifndef([PKG_PROG_PKG_CONFIG], + [pkg.m4 version 0.28 or later is required]) AC_PROG_CC AC_ISC_POSIX -- cgit v1.2.1