PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 48 - pkg_check not available on OSX
: pkg_check not available on OSX
Status: CLOSED DUPLICATE of bug 39
Product: PySide
Classification: Unclassified
Component: ApiExtractor
: HEAD
: Macintosh Mac OS
: P2 major
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-09-10 12:45 EEST by Brendan Duncan
Modified: 2009-10-14 10:58 EEST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Duncan 2009-09-10 12:45:29 EEST
I think you guys already fixed this, but for the sake of completeness:

CMakeLists.txt
Replace
pkg_check_modules(LIBXML2 REQUIRED libxml-2.0>=2.6.32)
pkg_check_modules(LIBXSLT REQUIRED libxslt>=1.1.19)
With
find_package(LibXml2 1.6.32 REQUIRED)
find_package(LibXslt 1.1.19 REQUIRED)
Comment 1 Carlos Gonçalves 2009-09-10 13:36:09 EEST

*** This bug has been marked as a duplicate of bug 39 ***