-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
osgAudio does not create pkgconfig files to find osgAudio when using pkg-config
under *nix based operating systems. This can cause serious issues when using
things such as SCONS. This is a serious issue blocking use of osgAudio in the
project I work with due to the inability to find it using scons.
Attached are some modifications and parts that I adapted from the base OSG to
fix the issue of osgAudio not being findable under pkgconfig. This causes
serious issues under situations such as trying to find dependencies under SCONS
if the pkgconfig files don't exist. This should fix it.
Note that these are very heavily based off of the base OSG contents related to
this aspect.
Original issue reported on code.google.com by th3fly...@gmail.com
on 22 Nov 2010 at 3:36
Attachments: