aboutsummaryrefslogtreecommitdiff
path: root/ports/io2d/CONTROL
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-09-21 03:49:36 +0800
committerPhil Christensen <philc@microsoft.com>2019-09-20 12:49:36 -0700
commitd060ff5b8bcc3c42cafec2dbf51d6be2e1cd4cac (patch)
tree0760adf674255a8a8228692e1c4c9de54a008821 /ports/io2d/CONTROL
parentb519061ed5f202042e12276c3df4c205e06f0b0b (diff)
downloadvcpkg-d060ff5b8bcc3c42cafec2dbf51d6be2e1cd4cac.tar.gz
vcpkg-d060ff5b8bcc3c42cafec2dbf51d6be2e1cd4cac.zip
[io2d]Fix linux build: add dependency cairo[x11]. (#8251)
Diffstat (limited to 'ports/io2d/CONTROL')
-rw-r--r--ports/io2d/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/io2d/CONTROL b/ports/io2d/CONTROL
index ed88f595c..c48e73334 100644
--- a/ports/io2d/CONTROL
+++ b/ports/io2d/CONTROL
@@ -1,4 +1,4 @@
Source: io2d
-Version: 2019-07-11
+Version: 2019-07-11-1
Description: a lightweight, cross platform drawing library
-Build-Depends: cairo (!osx), graphicsmagick (!osx)
+Build-Depends: cairo (!osx), cairo[x11] (linux), graphicsmagick (!osx)