mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
packages: fix pkgconfig depencies and select pkgconfig where needed
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user