summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xineramaproto/package.py
blob: 85e73cadbc9a39ce765ad3f2d1bbf884d8e577c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class Xineramaproto(AutotoolsPackage, XorgPackage):
    """X Xinerama Extension.

    This is an X extension that allows multiple physical screens controlled
    by a single X server to appear as a single screen."""

    homepage = "http://cgit.freedesktop.org/xorg/proto/xineramaproto"
    xorg_mirror_path = "proto/xineramaproto-1.2.1.tar.gz"

    version('1.2.1', sha256='d99e121edf7b310008d7371ac5dbe3aa2810996d476b754dc78477cc26e5e7c1')

    depends_on('pkgconfig', type='build')
    depends_on('util-macros', type='build')