From 35ef236c43cb196b706d6b3e62022c1b94b016f0 Mon Sep 17 00:00:00 2001 From: Iñigo Martínez Date: Thu, 31 Aug 2017 20:38:15 +0200 Subject: add support for cups dependencies (#2255) * add support for cups dependencies libcups has its own cups-config tool rather than using pkg-config. This adds support for cups-config, based on pcap-config and sdl2-config implementations. This change also includes the unit test case and documentation for cups dependency object implementation, and libcups2 dep to CI image. --- ciimage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ciimage') diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 2691900f5..1c9e8d8c5 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get -y update && apt-get -y upgrade \ && apt-get -y install python3-pip libxml2-dev libxslt1-dev cmake libyaml-dev \ && apt-get -y install openmpi-bin libopenmpi-dev \ && apt-get -y install libboost-log-dev \ -&& apt-get -y install libvulkan-dev libpcap-dev \ +&& apt-get -y install libvulkan-dev libpcap-dev libcups2-dev \ && apt-get -y install gcovr lcov \ && apt-get -y install gtk-sharp2 gtk-sharp2-gapi libglib2.0-cil-dev \ && python3 -m pip install hotdoc codecov -- cgit v1.2.3