Skip to content
Snippets Groups Projects
Commit 70a4c4e1 authored by Kim Serradell's avatar Kim Serradell Committed by becker33
Browse files

Bug fontconfig (#2652)

* Added uuid: OSSP uuid is a ISO-C:1999 application programming interface

* Fixed install error in cmor package

* Added uuid: OSSP uuid is a ISO-C:1999 application programming interface

* Fixed install error in cmor package

* Modifiying fontconfig file to allow install in OpenSuse 13.2

* Adding pkg-config dependency to freetype and libxml2

* Removed first possible solution. With @adamjstewart selecting the one adding pkg-config to dependencies
parent 60dc7512
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ class Freetype(AutotoolsPackage):
depends_on('libpng')
depends_on('bzip2')
depends_on('pkg-config@0.9.0:', type='build')
def configure_args(self):
return ['--with-harfbuzz=no']
......@@ -43,6 +43,8 @@ class Libxml2(Package):
depends_on('zlib')
depends_on('xz')
depends_on('pkg-config@0.9.0:', type='build')
def install(self, spec, prefix):
if '+python' in spec:
python_args = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment