summaryrefslogtreecommitdiffstats
path: root/package/pkgconfig/pkgconfig.mk
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-21/+17
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* pkgconfig: use pkg-config-*-host build dir for host versionPeter Korsgaard2009-03-181-16/+18
|
* pkgconfig: install into HOST_DIRPeter Korsgaard2009-03-181-12/+11
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Minor clean-upThiago A. Corrêa2008-07-041-2/+2
|
* pkgconfig: bump version and cleanupPeter Korsgaard2008-06-141-16/+3
| | | | | | | Upgrade to pkgconfig 0.23 which has native sysroot support (buggy, but easily fixable), which allows us to get rid of pkgconfig-filter.sh. At the same time cleanup the makefile.
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - use the correct path to the pkgconfig .pcBernhard Reutner-Fischer2007-06-211-1/+1
|
* yet more LDFLAGS handling fixupsEric Andersen2007-03-141-2/+0
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* filter pkgconfig output to force it do use our staging_dir and notEric Andersen2007-01-141-0/+4
| | | | try to use the system libraries as it is inclined to do
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* - bump versionBernhard Reutner-Fischer2006-08-291-1/+1
|
* Add pkgconfigEric Andersen2006-07-081-0/+67