2008-06-22 14:25:33 directfb pkgconfig problem
Michael Weber (UNITED STATES)
Message: 57682
I'm not sure if I'm doing something wrong or if there's a problem with the build process, but it seems that the pkgconfig files for directfb are not generated correctly in the staging area. They simply reference /usr in the prefix, not the full path to the staging area. I tried to look at the difference between the configure logs between directfb and libpng (which generates the right pc file), but I could see anything. Does anyone have any ideas?
QuoteReplyEditDelete
2008-06-22 15:00:03 Re: directfb pkgconfig problem
Michael Weber (UNITED STATES)
Message: 57683
I figured it out -- the library I added that had a dependency on directfb was added as dir_5 in the root lib Makefile, but directfb is also dir_5, so the root makefile didn't have a chance to fix the pc files in the staging area. All I had to do was change the added library to dir_6 and it picked up the fixed pc file.