summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xcb-proto/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xcb-proto/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xcb-proto/package.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/xcb-proto/package.py b/var/spack/repos/builtin/packages/xcb-proto/package.py
index d2ac54d34f..be8a09ef62 100644
--- a/var/spack/repos/builtin/packages/xcb-proto/package.py
+++ b/var/spack/repos/builtin/packages/xcb-proto/package.py
@@ -25,7 +25,7 @@
from spack import *
-class XcbProto(Package):
+class XcbProto(AutotoolsPackage):
"""xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to
generate the majority of its code and API."""
@@ -37,8 +37,4 @@ class XcbProto(Package):
extends('python')
- def install(self, spec, prefix):
- configure('--prefix={0}'.format(prefix))
-
- # make('check') # fails xmllint validation
- make('install')
+ # NOTE: `make check` fails xmllint validation