diff options
author | Dylan Simon <dylan@dylex.net> | 2021-08-20 08:25:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 14:25:32 +0200 |
commit | 89f442392e2771e3e997f29c4e257f5c3afb89a0 (patch) | |
tree | 0c77c05db4d7ca295b79a6339747fc05ce8de3ef | |
parent | 9ead83caa7c28c2323aaf56c0a50f6d2b72637e1 (diff) | |
download | spack-89f442392e2771e3e997f29c4e257f5c3afb89a0.tar.gz spack-89f442392e2771e3e997f29c4e257f5c3afb89a0.tar.bz2 spack-89f442392e2771e3e997f29c4e257f5c3afb89a0.tar.xz spack-89f442392e2771e3e997f29c4e257f5c3afb89a0.zip |
gtkplus: needs libepoxy+glx (#25488)
build fails with ~glx
-rw-r--r-- | var/spack/repos/builtin/packages/gtkplus/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gtkplus/package.py b/var/spack/repos/builtin/packages/gtkplus/package.py index e31df25075..a5db09d06c 100644 --- a/var/spack/repos/builtin/packages/gtkplus/package.py +++ b/var/spack/repos/builtin/packages/gtkplus/package.py @@ -42,7 +42,7 @@ class Gtkplus(MesonPackage): depends_on('libxkbcommon') depends_on('librsvg') depends_on('xrandr') - depends_on('libepoxy', when='@3:') + depends_on('libepoxy+glx', when='@3:') depends_on('libxi', when='@3:') depends_on('inputproto', when='@3:') depends_on('fixesproto', when='@3:') |