diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-17 21:05:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-17 21:05:21 +0200 |
commit | 3ee82e344cfdc0dc357bd69f319305d9b1253437 (patch) | |
tree | 71d9292e9c6dafb59d7ecaaa2f83e20d62e64c76 /DEPENDENCIES | |
parent | bug fix, reading float ramps now returns floats rather than zeroes (diff) | |
download | pylibgamma-3ee82e344cfdc0dc357bd69f319305d9b1253437.tar.gz pylibgamma-3ee82e344cfdc0dc357bd69f319305d9b1253437.tar.bz2 pylibgamma-3ee82e344cfdc0dc357bd69f319305d9b1253437.tar.xz |
fix TLS error1.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 7d3cf9f..217abad 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,14 +1,14 @@ RUNTIME DEPENDENCIES: python3 - libgamma>=0.3 + libgamma>=0.6 libc BUILD DEPENDENCIES: python3 - libgamma>=0.3 + libgamma>=0.6 libc make c99 |