Summary: | add a --libdir option so we can install to the correct arch | ||
---|---|---|---|
Product: | pycairo | Reporter: | John (J5) Palmieri <johnp> |
Component: | general | Assignee: | Steve Chaplin <d74n5pohf9> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
John (J5) Palmieri
2010-09-16 11:11:11 UTC
Fixed in the git repo. Use ./waf configure --prefix=/usr --libdir=/usr/lib64 Sorry to reopen this but I notices that the commit only applied to py2cairo. It should also be ported to pycairo. Thanks. Also noticed this line is wrong: obj.install_path = os.path.join(ctx.env['PREFIX'], 'lib', 'pkgconfig') it should be: obj.install_path = os.path.join(ctx.env['LIBDIR'], 'pkgconfig') I'm in the process of porting the patch to PyCairo and will post it here Ah, sorry, the description in the changeset was unclear so I missed it (shows up as "Add support for"). py2cairo still has the error as noted in comment 3. pycairo's patch is correct. Should now be fixed: pycairo and py2cairo both support 'waf configure --libdir'. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.