packages: fix pkgconfig depencies and select pkgconfig where needed

This commit is contained in:
Peter Korsgaard
2008-06-14 21:01:16 +00:00
parent 43f18ea31c
commit 565e05c8a1
34 changed files with 36 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ config BR2_PACKAGE_JAMVM
bool "jamvm"
default n
depends on BR2_PACKAGE_CLASSPATH
select BR2_PACKAGE_PKGCONFIG
help
JamVM is a new Java Virtual Machine which conforms to
the JVM specification version 2 (blue book).

View File

@@ -57,7 +57,7 @@ JAMVM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
--with-classpath-install-dir=/usr \
JAMVM_DEPENDENCIES = uclibc classpath
JAMVM_DEPENDENCIES = uclibc pkgconfig classpath
#Include X libraries when we have an X server
ifneq ($(BR2_PACKAGE_XSERVER_none),y)